Skip to content

stephanie-engel/ui-testing-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Tests in TestCafe

  1. After you clone this repo, download and install node with npm

  2. Then, cd into the repo and run npm install

  3. As long as you have a browser installed on your machine, you can run this test suite with one of the following commands:

  • npm run chrome-tests
  • npm run firefox-tests
  • npm run safari-tests
  1. There are additional test run commands (for other browsers) that are included in the package.json in the scripts property.
  • TestCafe's webdriver will automatically detect the specified browser driver on your machine (no need to manually download and install a separate browser driver!)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published