diff --git a/client/README.md b/client/README.md index 1563e592d74e2809c915578c804f32203be41282..a7524a1fdbec34d9a1b4e7928e8a6f50114b458b 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: