1
0
mirror of https://github.com/element-hq/element-web.git synced 2026-01-04 05:29:27 +03:00

Add Cypress Testing Library (#10446)

This commit is contained in:
Michael Weimann
2023-03-29 08:47:05 +02:00
committed by GitHub
parent 6eda1fa6e2
commit 7cb90d0f78
7 changed files with 123 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ limitations under the License.
import "@percy/cypress";
import "cypress-real-events";
import "@testing-library/cypress/add-commands";
import "./homeserver";
import "./login";
@@ -37,3 +38,4 @@ import "./network";
import "./composer";
import "./proxy";
import "./axe";
import "./find";