diff --git a/.github/cypress_tests.sh b/.github/cypress_tests.sh new file mode 100755 index 00000000..c1f497ca --- /dev/null +++ b/.github/cypress_tests.sh @@ -0,0 +1,11 @@ +#!/bin/bash + +# Run agent in the background to bring the webui up +/usr/bin/kairos-agent webui & + +pushd internal/webui/public || exit 1 +# deps +npm ci +# cypress tests +npx cypress run --e2e -q +popd || exit \ No newline at end of file