Skip to content

Commit

Permalink
🤖 Add missing cypress test script
Browse files Browse the repository at this point in the history
Signed-off-by: Itxaka <[email protected]>
  • Loading branch information
Itxaka committed Apr 24, 2023
1 parent 3f4388e commit e3c52e5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/cypress_tests.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e3c52e5

Please sign in to comment.