From 6543f6a7d17326e92da3b5214486c19fea67580f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Brandner?= Date: Mon, 4 Jul 2022 09:11:28 +0200 Subject: [PATCH] Link to cypress tests rather than the old E2E tests (#8970) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d44d9ff6e1..775487f42b 100644 --- a/README.md +++ b/README.md @@ -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.