This is demonstration project using TestCafe
- Install Node (v6.x.x or later)
git clonethis project- run
npm installto install the project dependencies
- run directly with testcafe
npm test
- run
node -vand make sure your node version is 4.x.x or greater