Skip to content
This repository was archived by the owner on Jun 28, 2018. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Running end-to-end tests

Install testcafe globally to run the tests:

[sudo] npm install -g testcafe

Run tests like this:

testcafe <browser name> <test file>

A concrete example:

testcafe chromium annotations.js --screenshots ./screenshots --screenshots-on-fails

Known issues

Canvas doesn't load images: DevExpress/testcafe#1398