mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
doc: update e2e test script name
Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com>
This commit is contained in:
parent
8aa913c179
commit
275988716c
1 changed files with 2 additions and 2 deletions
|
@ -36,10 +36,10 @@ We use [cypress][cypress] for e2e tests.
|
|||
|
||||
1. Start the frontend with `yarn start:dev:test` (or use a test build using `yarn build:test`
|
||||
which you can start using `yarn start`). The usage of `:test` is mandatory!
|
||||
2. Run `yarn cy:open` to open the cypress test loader
|
||||
2. Run `yarn test:e2e:open` to open the cypress test loader
|
||||
3. Choose your browser and start a test suite
|
||||
|
||||
To run all tests in a headless browser use `yarn cy:run:chrome` or `yarn cy:run:firefox`
|
||||
To run all tests in a headless browser use `yarn test:e2e`
|
||||
|
||||
### Bundle analysis
|
||||
|
||||
|
|
Loading…
Reference in a new issue