chore: cypress clean

This commit is contained in:
Methapon2001 2023-12-06 09:51:24 +07:00
parent 8aaa72bbd6
commit a98074d339
No known key found for this signature in database
GPG key ID: 849924FEF46BD132
4 changed files with 10 additions and 31 deletions

View file

@ -92,20 +92,8 @@ npm run build
npm run test:unit
```
### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
```sh
npm run test:e2e:dev
```
This runs the end-to-end tests against the Vite development server.
It is much faster than the production build.
But it's still recommended to test the production build with `test:e2e` before deploying (e.g. in CI environments):
```sh
npm run build
npm run test:e2e
```
### Lint with [ESLint](https://eslint.org/)