rewrite existing cypress tests to playwright (#931)
This commit is contained in:
4
.github/workflows/e2e.yml
vendored
4
.github/workflows/e2e.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user