Skip to content

Commit aad7f26

Browse files
committed
chore: update Playwright to 1.58.0
chore: update devDependencies (`@types/node`, `prettier`)
1 parent 582b425 commit aad7f26

File tree

3 files changed

+33
-32
lines changed

3 files changed

+33
-32
lines changed

autotests/tests/e2edReportExample/toMatchScreenshot.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ test('correctly check screenshots via toMatchScreenshot', {meta: {testId: '20'}}
1313

1414
await click(reportPage.navigationRetriesButton.nth(0));
1515

16-
await expect(reportPage.retryTitle.nth(0), 'toMatchScreenshot respect options').toMatchScreenshot(
17-
'q3QRewTUo2',
18-
);
16+
await expect(
17+
reportPage.retryTitle.nth(0),
18+
'toMatchScreenshot respect Playwright options',
19+
).toMatchScreenshot('q3QRewTUo2', {omitBackground: true});
1920
});

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
"url": "git+https://github.com/joomcode/e2ed.git"
2626
},
2727
"dependencies": {
28-
"@playwright/test": "1.57.0",
28+
"@playwright/test": "1.58.0",
2929
"create-locator": "0.0.27",
3030
"get-modules-graph": "0.0.11",
3131
"sort-json-keys": "1.0.3"
3232
},
3333
"devDependencies": {
34-
"@playwright/browser-chromium": "1.57.0",
35-
"@types/node": "25.0.8",
34+
"@playwright/browser-chromium": "1.58.0",
35+
"@types/node": "25.0.10",
3636
"@typescript-eslint/eslint-plugin": "7.18.0",
3737
"@typescript-eslint/parser": "7.18.0",
3838
"assert-modules-support-case-insensitive-fs": "1.0.1",
@@ -44,7 +44,7 @@
4444
"eslint-plugin-simple-import-sort": "12.1.1",
4545
"eslint-plugin-typescript-sort-keys": "3.3.0",
4646
"husky": "9.1.7",
47-
"prettier": "3.8.0",
47+
"prettier": "3.8.1",
4848
"typescript": "5.9.3"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)