diff --git a/.github/workflows/server-tests.yml b/.github/workflows/server-tests.yml index e6da454..52dee41 100644 --- a/.github/workflows/server-tests.yml +++ b/.github/workflows/server-tests.yml @@ -92,6 +92,7 @@ jobs: replace-in-files --regex='"sasjsTestsUrl".*' --replacement='"sasjsTestsUrl":"http://localhost:3000",' ./cypress.json replace-in-files --regex='"username".*' --replacement='"username":"${{ secrets.SASJS_USERNAME }}",' ./cypress.json replace-in-files --regex='"password".*' --replacement='"password":"${{ secrets.SASJS_PASSWORD }}",' ./cypress.json - pwd cat ./cypress.json echo "SASJS_USERNAME=${{ secrets.SASJS_USERNAME }}" + + sh ./sasjs-tests/sasjs-cypress-run.sh ${{ secrets.MATRIX_TOKEN }} https://github.com/${{github.repository}}/actions/runs/${{github.run_id}} diff --git a/cypress/screenshots/sasjs.tests.ts/sasjs-tests -- Should have all tests successfull -- before all hook (failed).png b/cypress/screenshots/sasjs.tests.ts/sasjs-tests -- Should have all tests successfull -- before all hook (failed).png new file mode 100644 index 0000000..ba4fb63 Binary files /dev/null and b/cypress/screenshots/sasjs.tests.ts/sasjs-tests -- Should have all tests successfull -- before all hook (failed).png differ diff --git a/cypress/videos/sasjs.tests.ts.mp4 b/cypress/videos/sasjs.tests.ts.mp4 new file mode 100644 index 0000000..b584c66 Binary files /dev/null and b/cypress/videos/sasjs.tests.ts.mp4 differ