rewrite existing cypress tests to playwright (#931)

This commit is contained in:
Alex Johansson
2021-10-13 15:26:56 +02:00
committed by GitHub
parent 5c4f4bfd90
commit dc4331ed17
24 changed files with 346 additions and 689 deletions

View File

@@ -59,7 +59,6 @@ jobs:
- run: yarn build
- run: yarn start &
- run: npx wait-port 3000 --timeout 10000
- run: yarn cypress run
- run: yarn playwright install-deps
- run: yarn test-playwright
@@ -69,6 +68,5 @@ jobs:
with:
name: videos
path: |
cypress/videos
cypress/screenshots
playwright/screenshots
playwright/videos