From 4b36e06cfe0313933fd0da70ca82e374cb635c7b Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Mon, 15 Jan 2024 15:36:59 +0000 Subject: [PATCH] Update reference from cypress to playwright Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57ee0a3e85..f82db98610 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.