Skip to content

Commit 096f594

Browse files
committed
test: bump Playwright to 1.60.0 and regenerate e2e baselines
Pin the Playwright Docker image and @playwright/test to an exact version (v1.60.0-noble / 1.60.0) for reproducible e2e runs across commits, and regenerate all -linux screenshot baselines against the newer bundled browser engines.
1 parent 096f87c commit 096f594

74 files changed

Lines changed: 56 additions & 57 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
timeout-minutes: 30
6767
container:
68-
image: mcr.microsoft.com/playwright:v1.51.1-noble
68+
image: mcr.microsoft.com/playwright:v1.60.0-noble
6969
strategy:
7070
fail-fast: false
7171
matrix:
@@ -121,7 +121,7 @@ jobs:
121121
# launch browsers, but the HTML reporter still resolves the test files'
122122
# browser environment, so the browser config must stay enabled (and present).
123123
container:
124-
image: mcr.microsoft.com/playwright:v1.51.1-noble
124+
image: mcr.microsoft.com/playwright:v1.60.0-noble
125125
steps:
126126
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
127127
with:

e2e-vitest-browser-migration.md

Lines changed: 1 addition & 1 deletion

pnpm-lock.yaml

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

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#
2020
# Build: pnpm e2e:image (rebuild only after dependency changes)
2121
# Run: pnpm e2e / e2e:ui / e2e:updateSnaps (bind-mount live source)
22-
FROM mcr.microsoft.com/playwright:v1.51.1-noble
22+
FROM mcr.microsoft.com/playwright:v1.60.0-noble
2323

2424
WORKDIR /work
2525

tests/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "0.30.0",
55
"scripts": {
66
"lint": "vp lint src",
7-
"test": "vp test --run",
87
"test:e2e": "vp test -c vite.config.browser.ts --run",
98
"test:e2e:updateSnaps": "vp test -c vite.config.browser.ts --run -u",
109
"clean": "rimraf dist"
@@ -15,7 +14,7 @@
1514
"@blocknote/mantine": "workspace:^",
1615
"@blocknote/react": "workspace:^",
1716
"@blocknote/shadcn": "workspace:^",
18-
"@playwright/test": "1.51.1",
17+
"@playwright/test": "1.60.0",
1918
"@tailwindcss/vite": "^4.1.14",
2019
"@tiptap/pm": "^3.13.0",
2120
"@types/node": "^20.19.22",
343 Bytes
-391 Bytes
-90 Bytes
22.2 KB
2.13 KB

0 commit comments

Comments
 (0)