Skip to content

How to: install testcafe

Mike Dial edited this page May 13, 2021 · 3 revisions

TestCafe is a node.js testing utility. It is used to run end to end browser tests for the macpro-quickstart-serverless application.

Prerequisites

Steps

  • Open a terminal
  • Run npm install -g testcafe@1.8.5

Notes

  • The version of testcafe that this project (or your fork) is using will change over time. This wiki page might not be updated in lock step. Be sure to check for what version of testcafe should be installed, and substitute that version for 1.8.5 in the steps above.
Clone this wiki locally