Skip to content

Commit ac11657

Browse files
authored
chore: Update Playwright to v1.56.1 (#2577)
- Updated a lot of snapshots - Should be no breaking changes - Fixes some issues when running locally on Ubuntu 24 - Has some other interesting features, such as the `--only-changed` cli option
1 parent 17af14c commit ac11657

File tree

511 files changed

+22
-18
lines changed

Some content is hidden

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

511 files changed

+22
-18
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"e2e": "playwright test",
5656
"e2e:codegen": "playwright codegen http://localhost:4000",
5757
"e2e:headed": "playwright test --project=chromium --debug --ignore-snapshots",
58-
"e2e:update-snapshots": "playwright test --update-snapshots",
58+
"e2e:update-snapshots": "playwright test --update-snapshots=changed",
5959
"e2e:docker": "./tests/docker-scripts/run.sh web-ui-tests",
6060
"e2e:update-ci-snapshots": "./tests/docker-scripts/run.sh web-ui-update-snapshots"
6161
},
@@ -77,7 +77,7 @@
7777
"@deephaven/tsconfig": "file:../tsconfig",
7878
"@deephaven/utils": "file:../utils",
7979
"@fortawesome/fontawesome-common-types": "^6.1.1",
80-
"@playwright/test": "1.44.0",
80+
"@playwright/test": "1.56.1",
8181
"@testing-library/jest-dom": "^5.16.4",
8282
"@testing-library/react": "^16.3.0",
8383
"@testing-library/user-event": "^14.4.3",
2.09 KB
-2.01 KB
9.59 KB
2.01 KB
-2.64 KB
10.3 KB
1.26 KB
-1.18 KB

0 commit comments

Comments
 (0)