cypress
This is an example Cypress integration.
Getting Started
Migrate the database:
blitz prisma migrate dev
Run e2e tests:
yarn test:e2e
Open Cypress dashboard:
yarn cypress:open
Open http://localhost:3000 with your browser to see the result.
This is an example Cypress integration.
Migrate the database:
blitz prisma migrate dev
Run e2e tests:
yarn test:e2e
Open Cypress dashboard:
yarn cypress:open
Open http://localhost:3000 with your browser to see the result.