Skip to content

CPSC-1520/UnitTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

UnitTesting

If you'd like to manually run your tests (e.g. if they didn't run automatically when you committed, or you want to check before you commit), here are the steps to follow.

Navigate to your folder in the Terminal

Use the change directory command (cd) to get inside of the automated test folder: cd

Install dependencies

From within that folder, run the npm install command: install

Run the tests

Finally, in the same folder, run the npm run start-and-open command. This will automatically launch Cypress. Click E2E testing, choose your browser, and click on the tests you'd like to run: run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published