dennmart / getting_started_with_testcafe

Finalized code used in the Dev Tester article "How to Get Started with TestCafe"

Home Page:https://dev-tester.com/how-to-get-started-with-testcafe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Finalized code used in the Dev Tester article "How to Get Started with TestCafe"

https://dev-tester.com/how-to-get-started-with-testcafe/


Languages

Language:JavaScript 100.0%