- Install node-js and npm
- Install dependencies
npm install
- Update
*.conf.js
files inside theconf/
directory with your [LambdaTest Username and Access Key]
- To run a single test, run
npm run single
- To run local tests, run
npm run local
- To run parallel tests, run
npm run parallel