add playwright for e2e testing (#873)

This commit is contained in:
Alex Johansson
2021-10-07 17:07:57 +02:00
committed by GitHub
parent c62e1a0eeb
commit a9ee2ef9ae
10 changed files with 777 additions and 54 deletions
+3
View File
@@ -60,6 +60,8 @@ jobs:
- run: yarn start &
- run: npx wait-port 3000 --timeout 10000
- run: yarn cypress run
- run: yarn playwright install-deps
- run: yarn test-playwright
- name: Upload videos
if: ${{ always() }}
@@ -69,3 +71,4 @@ jobs:
path: |
cypress/videos
cypress/screenshots
playwright/screenshots