File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change
1
+ Speedup playwright CI
Original file line number Diff line number Diff line change 87
87
name : playwright
88
88
needs : [playwright-prepare]
89
89
runs-on : ubuntu-latest
90
+ container :
91
+ image : mcr.microsoft.com/playwright:v1.46.1-noble
92
+ options : --user 1001
90
93
strategy :
91
94
fail-fast : false
92
95
matrix :
@@ -109,9 +112,6 @@ jobs:
109
112
# outside sharding: yarn + build:ext + build + upload
110
113
# and then 8x shard: download builds + serve + test
111
114
- run : REACT_APP_E2E_TEST=1 node ./playwright/serve-prod.js &
112
- - name : Install playwright's system dependencies
113
- working-directory : ./playwright/
114
- run : npx playwright install --with-deps
115
115
- run : npx wait-on http://localhost:5000/ --timeout 60000
116
116
- name : Run playwright tests (with xvfb-run to support headed extension test)
117
117
working-directory : ./playwright/
You can’t perform that action at this time.
0 commit comments