Skip to content

Commit a6028e5

Browse files
Merge pull request #18 from oxctl/AB#113056
Ab#113056
2 parents ca4eeac + 7b6dd31 commit a6028e5

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ Add the required dev dependencies to your project (use your preferred package ma
2828
npm i -D @oxctl/deployment-test-utils @playwright/test dotenv
2929
```
3030

31+
> [!NOTE]
32+
> Playwright 1.58.0 introduced a [bug](https://github.com/microsoft/playwright/issues/39172) that causes duplicate test title errors. This version of the library constrains Playwright to <1.58.0 to avoid this issue, but if you are using a later version of Playwright in your project, you may need to adjust the version in your `package.json` to avoid conflicts.
33+
3134
Optionally install Playwright browser binaries (if you haven't already):
3235

3336
```bash

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -33,7 +33,7 @@
3333
},
3434
"sideEffects": false,
3535
"peerDependencies": {
36-
"@playwright/test": "^1.55.1",
36+
"@playwright/test": ">=1.36.0 <1.58.0",
3737
"dotenv": "^16.3.1"
3838
},
3939
"peerDependencyMeta": {

0 commit comments

Comments
 (0)