Skip to content

ckenst/cypress.io.js

Repository files navigation

Cypress

A demo with CypressIO. The more tools we learn, the better chance we have at recognizing when they are valuable.

How to run Interactively

  1. Start the Cypress Test Runner npx cypress open
  2. Start your web server (if hitting a local dev server)
  3. Select one of the tests in the runner and a browser from the list to start

How to run from CLI

  1. To run all tests npx cypress run
  2. To run a single test npx cypress run --spec cypress/integration/name_of_spec.js
  3. This will record video examples

For help

  1. Run npx cypress run --help

About

Playing around with Cypress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published