Skip to content

Commit 7accbbf

Browse files
authored
Merge pull request #1922 from Hack23/dependabot/npm_and_yarn/playwright-1.60.0
chore(deps): bump playwright from 1.59.1 to 1.60.0
2 parents 2403a41 + 169b039 commit 7accbbf

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/screenshot-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
# Run inside Microsoft's official Playwright image. Includes all browsers
1919
# (Chromium/Firefox/WebKit) plus every system dependency Playwright needs,
2020
# so we no longer need a custom apt-get block or `playwright install --with-deps`.
21-
# Tag pinned to v1.59.1-noble to match the `playwright` version in package.json
21+
# Tag pinned to v1.60.0-noble to match the `playwright` version in package.json
2222
# so the bundled browser binaries always match the npm client. Node is then
2323
# normalised to the version in .nvmrc by actions/setup-node below.
2424
container:
25-
image: mcr.microsoft.com/playwright:v1.59.1-noble
25+
image: mcr.microsoft.com/playwright:v1.60.0-noble
2626
# Run as root so actions/setup-node cache writes and the Playwright
2727
# browser cache write work without permission issues. The Playwright
2828
# noble image runs as the `pwuser` non-root user by default.
@@ -43,8 +43,8 @@ jobs:
4343
- name: Install dependencies
4444
run: npm ci
4545

46-
# The mcr.microsoft.com/playwright:v1.59.1-noble image already ships the
47-
# browser binaries for Playwright 1.59.1 under /ms-playwright. Because the
46+
# The mcr.microsoft.com/playwright:v1.60.0-noble image already ships the
47+
# browser binaries for Playwright 1.60.0 under /ms-playwright. Because the
4848
# image is pinned to the same Playwright version as the `playwright` npm
4949
# dep in package.json, we deliberately skip both `playwright install` and
5050
# the Playwright browser cache here — they would just re-download what

package-lock.json

Lines changed: 8 additions & 8 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
@@ -222,7 +222,7 @@
222222
"mochawesome-merge": "5.1.1",
223223
"mochawesome-report-generator": "6.3.2",
224224
"openai": "6.37.0",
225-
"playwright": "1.59.1",
225+
"playwright": "1.60.0",
226226
"postprocessing": "6.39.1",
227227
"react": "19.2.6",
228228
"react-dom": "19.2.6",

0 commit comments

Comments
 (0)