Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 563 Bytes

testcafe.md

File metadata and controls

18 lines (10 loc) · 563 Bytes

TestCafe

This template contains an example of e2e tests written with TestCafe.

Structure

test/e2e/index.js contains a test.

test/e2e/page-model.js contains the Page Model that describes the index.html page.

Run

npm run test

e2e tests will run for all browsers installed on the target machine.

For details, see the scripts.test section of the package.json file and TestCafe documentation