File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
npm install --legacy-peer-deps
37
37
env :
38
38
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD : true
39
- - name : Install deps
40
- run : npm install playwright@1.35.1 & npx playwright install-deps
39
+ - name : Install browsers and deps
40
+ run : npx playwright install & & npx playwright install-deps
41
41
- name : start a server
42
42
run : " php -S 127.0.0.1:8000 -t test/data/app &"
43
43
- name : run chromium tests
Original file line number Diff line number Diff line change 1
1
# Download Playwright and its dependencies
2
- FROM mcr.microsoft.com/playwright:v1.35.1
2
+ FROM mcr.microsoft.com/playwright:v1.39.0
3
3
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
4
4
5
5
# Installing the pre-required packages and libraries
Original file line number Diff line number Diff line change 128
128
"jsdoc" : " 3.6.10" ,
129
129
"jsdoc-typeof-plugin" : " 1.0.0" ,
130
130
"json-server" : " 0.10.1" ,
131
- "playwright" : " 1.38.1 " ,
131
+ "playwright" : " 1.39.0 " ,
132
132
"puppeteer" : " 21.1.1" ,
133
133
"qrcode-terminal" : " 0.12.0" ,
134
134
"rosie" : " 2.1.0" ,
You can’t perform that action at this time.
0 commit comments