Skip to content

Commit a0f99d5

Browse files
authored
chore: update Playwright to version 1.52.0-alpha-2025-03-03 and enable Git info capture in config (#40)
1 parent 235fa45 commit a0f99d5

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

package-lock.json

Lines changed: 12 additions & 12 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
@@ -15,7 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@eslint/js": "^9.18.0",
18-
"@playwright/test": "^1.51.0-alpha-2025-01-29",
18+
"@playwright/test": "^1.52.0-alpha-2025-03-03",
1919
"@types/eslint__js": "^8.42.3",
2020
"@types/node": "^22.5.4",
2121
"eslint": "^9.18.0",

playwright.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default defineConfig({
3333
/* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */
3434
trace: 'on-first-retry',
3535
},
36+
captureGitInfo: { commit: true, diff: true },
3637

3738
/* Configure projects for major browsers */
3839
projects: [

0 commit comments

Comments
 (0)