From 0d91953581be5a0b32d5d5a90a3eec22d614b6e0 Mon Sep 17 00:00:00 2001 From: Bad3r Date: Mon, 29 Nov 2021 15:11:49 -0500 Subject: [PATCH] chore: Updated README E2E Testing Instructions Updated the instructions for E2E testing - Cypress was removed and replaced with playwright (https://github.com/logseq/logseq/pull/3241) - Instructions are based on @andelf comment (https://github.com/logseq/logseq/pull/3241#issuecomment-976201958) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b11a16369..c2edbf4294 100644 --- a/README.md +++ b/README.md @@ -112,12 +112,15 @@ Run ClojureScript tests yarn test ``` -Run Cypress tests +Run E2E tests ``` bash -yarn e2e-test +yarn electron-watch +# in another shell +yarn e2e-test # or npx playwright test ``` + ## Desktop app development ### 1. Compile to JavaScript