KirylParkhomenka / testcafe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Sample framework for UI Automation using:

Chrome, Firefox and Safari should be installed locally.

Getting started

Install dependencies:

npm install

Running tests with default spec reporter

Run all tests on Chrome:

npm run tests:chrome

Run all tests on Firefox:

npm run tests:firefox

Run all tests on Safari:

npm run tests:safari

Running tests with html reporter

Run all tests on Chrome:

npm run tests:chrome-html

Run all tests on Firefox:

npm run tests:firefox-html

Run all tests on Safari:

npm run tests:safari-html

About


Languages

Language:JavaScript 100.0%