Skip to content

Commit b10093c

Browse files
authored
ci: specify chrome browser installation for Playwright (#1055)
* ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright * ci: specify chrome browser installation for Playwright
1 parent 4a5b5b1 commit b10093c

3 files changed

Lines changed: 53 additions & 16 deletions

File tree

.github/workflows/e2e_pr.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
e2e:
1212
name: install
1313
runs-on: ubuntu-latest
14+
timeout-minutes: 15
1415
steps:
1516
- name: Set timestamp
1617
id: timestamp
@@ -38,7 +39,9 @@ jobs:
3839
run: echo "PREVIEW_URL=https://deploy-preview-${{ env.PR_NUMBER }}--cld-vp-esm-pages.netlify.app" >> $GITHUB_ENV
3940

4041
- name: Install Playwright Browsers
41-
run: npx playwright install --with-deps
42+
env:
43+
DEBUG: pw:install
44+
run: npx playwright install --with-deps chrome
4245

4346
- name: E2E tests
4447
run: npm run test:e2e

package-lock.json

Lines changed: 48 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"@babel/preset-env": "^7.28.5",
115115
"@commitlint/cli": "^19.6.0",
116116
"@commitlint/config-conventional": "^19.6.0",
117-
"@playwright/test": "1.57.0",
117+
"@playwright/test": "1.60.0",
118118
"@rollup/plugin-babel": "^6.0.4",
119119
"@rollup/plugin-commonjs": "^28.0.1",
120120
"@rollup/plugin-node-resolve": "^16.0.0",

0 commit comments

Comments
 (0)