dennisc9 / interview-cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real World Testing with Cypress

npm install

Cypress E2E Tests

Cypress tests can be run via the Cypress test runner and UI with the following command.

npm run cypress:open

The same tests can be run in headless mode, as they would be in CI with the following command.

npm run cypress:run

About


Languages

Language:TypeScript 100.0%