Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.88 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.88 KB

🌱 Cypress Sapling 🌱

logo

No need to start with the seed -- plant the sapling!

Batteries Fertilizer included ™️

Tasks

For a complete list of tasks, have a look at package.json. We highlight the following:

yarn deps:install   # installs dependencies, using the versions specified on yarn.lock
yarn secrets:setup  # creates an unversioned file with secret env vars
yarn c              # performs a conventional commit, using an interactive dialog
yarn cypress        # runs tests with Cypress via command line
yarn cypress:debug  # runs tests with Cypress via User Interface
yarn docker:build   # builds a Docker image containing Cypress + dependencies + tests
yarn format:fix     # fixes the indentation of your code
yarn lint:fix       # fixes the linting of your code
yarn test           # runs tests (cli) and displays the results in a report

Useful resources

  • Cypress workshop: a workshop complete with application, exercise tests and speaker slides