Skip to content

Commit

Permalink
deps(allure-playwright): bump @playwright/test to 1.45.1 (via allure-…
Browse files Browse the repository at this point in the history
  • Loading branch information
baev authored Jul 2, 2024
1 parent bfad7c0 commit e7b8aea
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 28 deletions.
24 changes: 12 additions & 12 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/allure-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@babel/plugin-transform-modules-commonjs": "^7.24.6",
"@babel/preset-env": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@playwright/test": "^1.34.1",
"@playwright/test": "^1.45.1",
"@types/babel__core": "^7",
"@types/babel__preset-env": "^7",
"@types/eslint": "^8",
Expand Down
1 change: 1 addition & 0 deletions packages/allure-playwright/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const runPlaywrightInlineTest = async (
...process.env,
...env,
ALLURE_TEST_MODE: "1",
PW_DISABLE_TS_ESM: "1",
},
cwd: testDir,
stdio: "pipe",
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3001,14 +3001,14 @@ __metadata:
languageName: node
linkType: hard

"@playwright/test@npm:^1.34.1":
version: 1.41.2
resolution: "@playwright/test@npm:1.41.2"
"@playwright/test@npm:^1.45.1":
version: 1.45.1
resolution: "@playwright/test@npm:1.45.1"
dependencies:
playwright: "npm:1.41.2"
playwright: "npm:1.45.1"
bin:
playwright: cli.js
checksum: 10/e87405987fa024f75acc223c47fcb2da0a66b2fa0cd9a583ca5b02aac12be353d0c262bf6a22b9bc40550c86c8b7629e70cd27f508ec370d9c92bb72f74581e7
checksum: 10/718316ae739438f686914350beb3aeded6c96d7adfe1b65509fc50c4e322172fe58b7c9f215c3d5bef52a263839b83162f843027ae8d8e96970b3dd8f87211d2
languageName: node
linkType: hard

Expand Down Expand Up @@ -4391,7 +4391,7 @@ __metadata:
"@babel/plugin-transform-modules-commonjs": "npm:^7.24.6"
"@babel/preset-env": "npm:^7.24.6"
"@babel/preset-typescript": "npm:^7.24.6"
"@playwright/test": "npm:^1.34.1"
"@playwright/test": "npm:^1.45.1"
"@types/babel__core": "npm:^7"
"@types/babel__preset-env": "npm:^7"
"@types/eslint": "npm:^8"
Expand Down Expand Up @@ -12076,27 +12076,27 @@ __metadata:
languageName: node
linkType: hard

"playwright-core@npm:1.41.2":
version: 1.41.2
resolution: "playwright-core@npm:1.41.2"
"playwright-core@npm:1.45.1":
version: 1.45.1
resolution: "playwright-core@npm:1.45.1"
bin:
playwright-core: cli.js
checksum: 10/77ff881ebb9cc0654edd00c5ff202f5f61aee7a5318e1f12a82e30a3636de21e8b5982fae6138e5bb90115ae509c15a640cf85b10b3e2daebb2bb286da54fd4c
checksum: 10/206a5ecd2de7b8cefa5136331fa22012416b37eb2c471e3105c09a8a17a10621efa900acb6a780314f06aa2a3d6651aad3a323fa360d046ccce8f3844b3ca615
languageName: node
linkType: hard

"playwright@npm:1.41.2":
version: 1.41.2
resolution: "playwright@npm:1.41.2"
"playwright@npm:1.45.1":
version: 1.45.1
resolution: "playwright@npm:1.45.1"
dependencies:
fsevents: "npm:2.3.2"
playwright-core: "npm:1.41.2"
playwright-core: "npm:1.45.1"
dependenciesMeta:
fsevents:
optional: true
bin:
playwright: cli.js
checksum: 10/272399f622dc2df90fbef147b9b1cfab5d7a78cc364bdfa98d2bf08faa9894346f58629fe4fef41b108ca2cb203b3970d7886b7f392cb0399c75b521478e2920
checksum: 10/092d510a79ca8fb1d0c1a83460735b9eaf02261a48df2ae1b025f95ee31e2be9d962ddc62c7e5c0d2c44e5b982b66aaf3fe24243f736ab14dbfd2d6e88897824
languageName: node
linkType: hard

Expand Down

0 comments on commit e7b8aea

Please sign in to comment.