From 4ce1f4b4560c57d5817d6093d539769f8c1d743d Mon Sep 17 00:00:00 2001 From: Ziwei Wang <ziwei.wang@savoirfairelinux.com> Date: Fri, 24 Mar 2023 09:54:39 -0400 Subject: [PATCH] Update README Change-Id: Ieff1a3ddd9f681c34897ab2b043420529f968e63 --- client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/README.md b/client/README.md index 1563e592..a7524a1f 100644 --- a/client/README.md +++ b/client/README.md @@ -33,13 +33,13 @@ npm run start:prod Run Cypress tests headlessly: ``` -npm run cypress +npm run cy ``` Run Cypress tests with the browser: ``` -npm run cypress:open +npm run cy:open ``` To overide configurations without modifying the existing config file: -- GitLab