Merge pull request #26870 from element-hq/t3chguy/kill-cypress-percy

Update reference from cypress to playwright
pull/26883/head
Michael Telatynski 2024-01-15 17:44:34 +00:00 committed by GitHub
commit cc6b519d98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ must include:
1. Comprehensive unit tests written in Jest. These are located in `/test`.
2. "happy path" end-to-end tests.
These are located in `/cypress/e2e` in `matrix-react-sdk`, and
These are located in `/playwright/e2e` in `matrix-react-sdk`, and
are run using `element-web`. Ideally, you would also include tests for edge
and error cases.