npm ci
npm run dev
http://localhost:5173/
npm run test
npm run coverage
Before run the command should run the dev server (npm run dev
)
npx cypress open
npm run e2e
npm ci
npm run dev
http://localhost:5173/
npm run test
npm run coverage
Before run the command should run the dev server (npm run dev
)
npx cypress open
npm run e2e