Cypress tests for our front
app
Description | Command |
---|---|
pnpm exec nx run front-e2e:lint |
|
✅ Launching end to end tests | pnpm exec nx run front-e2e:e2e |
✅ Launching end to end tests in watch mode | pnpm exec nx run front-e2e:e2e --watch |
flag | Description |
---|---|
⬛ --skip-nx-cache |
disables nx caching; the command will be ran fully |
⬛ --verbose |
prints additional error stack trace on failure |