Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/09-09-adding_playwright_tests'
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane Osbourne committed Dec 27, 2023
2 parents d787281 + 97f08e7 commit f267cb6
Show file tree
Hide file tree
Showing 38 changed files with 976 additions and 4,874 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,13 @@ jobs:
run: npm ci
- name: Test
run: npm test
- name: Test E2E
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npm run test:e2e
- uses: actions/upload-artifact@v3
if: always()
with:
name: playwright-report
path: playwright-report/
retention-days: 30
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ client/dist/index.js
client/dist/index.js.map
client/dist/index.min.js
client/dist/index.min.js.map
node_modules/
/test-results/
/playwright-report/
/playwright/.cache/
31 changes: 0 additions & 31 deletions crossbow.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions cypress.json

This file was deleted.

12 changes: 0 additions & 12 deletions cypress/configs/css-console-notify.js

This file was deleted.

9 changes: 0 additions & 9 deletions cypress/configs/css-overlay-notify.js

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/configs/file-reloading.js

This file was deleted.

7 changes: 0 additions & 7 deletions cypress/configs/file-watching-ignore.js

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/configs/logPrefix.js

This file was deleted.

9 changes: 0 additions & 9 deletions cypress/configs/no-notify.js

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/profile.json

This file was deleted.

232 changes: 0 additions & 232 deletions cypress/fixtures/users.json

This file was deleted.

Loading

0 comments on commit f267cb6

Please sign in to comment.