This is a test-ware for evaluation of TestCafe test automation tool.
- Node.js LTS
- testcafe
- URL: https://github.com/DevExpress/testcafe/tree/master
TestCafe itself is an open source Node.js tool operated via command line or JavaScript API. Сomplete functionality for e2e testing is provided out of the box. As for the environment, it can run on
- Windows,
- MacOS,
- and Linux.
Supports desktop, mobile, remote and cloud browsers (UI or headless). Tests are written in JavaScript, supporting latest features including ES2017 (for example, async/await). And since v0.16.0 TestCafe supports TypeScript.
The implemented test cases can be found in TESTCASES.md.
npm install
npm test