Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 842 Bytes

File metadata and controls

40 lines (24 loc) · 842 Bytes

evaluation-testcafe

This is a test-ware for evaluation of TestCafe test automation tool.

Prerequisites

  1. Node.js LTS

Framework used

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.

Test cases

The implemented test cases can be found in TESTCASES.md.

Setup

npm install

Execution

npm test