From 41341a215d8268fc93fb3a85d590c61e75395832 Mon Sep 17 00:00:00 2001 From: J-E Castagnede Date: Mon, 22 Jan 2024 15:08:11 +0100 Subject: [PATCH] documentation for cypress in development --- frontend/docs/quick-start.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/docs/quick-start.md b/frontend/docs/quick-start.md index 7a27db1cb..8a3f4524e 100644 --- a/frontend/docs/quick-start.md +++ b/frontend/docs/quick-start.md @@ -12,6 +12,8 @@ Useful commands: - `npm run test` to launch tests in watch mode +- `npm run e2e` to launch cypress end-to-end tests (after ```npm run dev```) + - * `npm run generate` to generate a new component or a new page. You will be prompted the following questions: * Do you want a page or a component?