sijosyn / testcafe-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%