Skip to content

Latest commit

 

History

History

basic

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Basic TestCafe API example

A set of sample tests that illustrate how to use TestCafe API

Running the example

Clone the repository to your machine and install the dependencies:

git clone https://github.com/DevExpress/testcafe.git
cd examples/basic
npm install

Then, run the test command:

npm test