Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 859 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 859 Bytes

How to Get Started with TestCafe

This repo contains the finalized code used in the article How to Get Started with TestCafe, published on the Dev Tester blog.

Running the tests

  • Download and install a recent version of Node.js and NPM.
  • Install dependencies with npm install.
  • Run tests with npx testcafe chrome *_test.js. This command runs the tests in Google Chrome.

For more information, read the Dev Tester article.

About Dev Tester

Dev Tester

Dev Tester is a blog with articles and tips to help you improve your test automation skills as a developer, updated weekly.