Skip to content

sijosyn/testcafe-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCafe Exmaple Tests

Setup

The setup for the project should be as follows.

Pre-Conditions

  1. Install VS Code IDE
  2. Install nodejs and npm
  3. Install TestCafe globally: npm install -g testcafe. Testcafe docs
  4. Clone this repository
  5. Install the dependencies: npm install

Running tests

To run a specific fixture file

$ testcafe chrome tests/cart.js 

To run all tests

$ testcafe chrome tests

Screenshot

Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published