From 275988716c4f72bc32ab8e378bc8b2794d28442f Mon Sep 17 00:00:00 2001 From: yamashush <38120991+yamashush@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:13:51 +0900 Subject: [PATCH] doc: update e2e test script name Signed-off-by: yamashush <38120991+yamashush@users.noreply.github.com> --- docs/content/how-to/develop/frontend.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/how-to/develop/frontend.md b/docs/content/how-to/develop/frontend.md index 8c1065861..ae39fddc5 100644 --- a/docs/content/how-to/develop/frontend.md +++ b/docs/content/how-to/develop/frontend.md @@ -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