Automate your acceptance tests and run them in real browsers!
$ brew install node
- Nemo Package Module :
npmto install Nemo
$ npm init
npm to install Nemo in ./node_modules/.bin folder
$ npm install --save-dev nemo
- LambdaTest Credentials
- Set LambdaTest username and access key in environment variables. It can be obtained from LambdaTest Automation Dashboard
example:
- For linux/mac
export LT_USERNAME="YOUR_USERNAME" export LT_ACCESS_KEY="YOUR ACCESS KEY"- For Windows
set LT_USERNAME="YOUR_USERNAME" set LT_ACCESS_KEY="YOUR ACCESS KEY" - Set LambdaTest username and access key in environment variables. It can be obtained from LambdaTest Automation Dashboard
-
Setup
- Clone the repo
- Install dependencies
npm install - Update
nemo.config.jsfiles with your LambdaTest Username and Access Key
-
run single test
- npx nemo -P chrome
-
run parallel test
- npx nemo -P chrome,chrome_2,firefox