Prerequisite

  • Latest NodejS installed
  • Node and npm commands should work
  • Typescript or javascript basics required to write a tests

TestCafe install

You can install globally or locally

Globally, use below command

npm install -g testcafe

For local installation, In a project root folder, use below command

npm install --save-dev testcafe