Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ It currently supports the following testing frameworks:
### Prerequisites

- Node.js `>=18.17.0` or later
- Playwright v1+ or Cypress v13+
- Playwright v1+ or Cypress v13 or v14

### Installation

Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
},
"peerDependencies": {
"@playwright/test": "^1",
"cypress": "^13"
"cypress": "^13 || ^14"
},
"peerDependenciesMeta": {
"@playwright/test": {
Expand Down
Loading