mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
Link to cypress tests rather than the old E2E tests (#8970)
This commit is contained in:
parent
a4701ccff1
commit
6543f6a7d1
1 changed files with 2 additions and 2 deletions
|
@ -211,6 +211,6 @@ Now the yarn commands should work as normal.
|
|||
### End-to-End tests
|
||||
|
||||
Make sure you've got your Element development server running (by doing `yarn
|
||||
start` in element-web), and then in this project, run `yarn run e2etests`. See
|
||||
[`test/end-to-end-tests/README.md`](https://github.com/matrix-org/matrix-react-sdk/blob/develop/test/end-to-end-tests/README.md)
|
||||
start` in element-web), and then in this project, run `yarn run test:cypress`. See
|
||||
[`docs/cypress.md`](https://github.com/matrix-org/matrix-react-sdk/blob/develop/docs/cypress.md)
|
||||
for more information.
|
||||
|
|
Loading…
Reference in a new issue