Skip to content

enoklearn/automated-testing-handout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automated Testing with Cypress

Trusty little tasklist

Setup

Make sure you have Node.js installed (v16 preferred). You can use Hombrew, nodenv, nvm, or just installing from the Node.js website.

  1. Clone the repo, navigate to the project
  2. Run npm install
  3. Run npm start
  4. Your local server should be running!

Running tests

  1. Ensure your local server is running
  2. Run npm test (you may be prompted to install the software and give the software access to your computer)
  3. Click Run 1 integration spec
  4. Ensure your tests are passing!

Project Features

Check out the project board as we're working on building new features during the workshop together!

About

Files for the Automated Testing with Cypress workshop

Resources

Stars

Watchers

Forks