-
Notifications
You must be signed in to change notification settings - Fork 14
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.
- Open a terminal
- Run
npm install -g testcafe@1.8.5
- 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.
- Home
- Design
- How to
- Configure an Okta application
- Configure an environment for Okta
- Create an SSM parameter
- Get cloudformation stack outputs
- Clone this repo
- Install Homebrew
- Install Git
- Install nvm
- Install Node.js
- Install Java
- Install AWS CLI
- Install awslogs
- Install Docker Desktop
- Install Code Climate CLI
- Install serverless
- Install Yarn
- Install testcafe
- Re run a github actions workflow
- Workflows