mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 06:35:02 +00:00
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)
This commit is contained in:
@@ -112,12 +112,15 @@ Run ClojureScript tests
|
|||||||
yarn test
|
yarn test
|
||||||
```
|
```
|
||||||
|
|
||||||
Run Cypress tests
|
Run E2E tests
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
yarn e2e-test
|
yarn electron-watch
|
||||||
|
# in another shell
|
||||||
|
yarn e2e-test # or npx playwright test
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Desktop app development
|
## Desktop app development
|
||||||
|
|
||||||
### 1. Compile to JavaScript
|
### 1. Compile to JavaScript
|
||||||
|
|||||||
Reference in New Issue
Block a user