- Clone the repo
- Install dependencies
npm install
- In order to run the sample test on LambdaTest you need to update the file lambdatest-config.json with your username and access key.
Run Cypress sample test suite on LambdaTest
npx lambdatest-cypress run
* Update file lambdatest-config.json to enable local testing on LambdaTest.
```bash
"tunnel_settings": {
"tunnel": true,
"tunnel_name": null
},
- You can view your test run on the LT Dashboard.
Here are a few important links to get you started and help you successfully integrate the CLI into your CI/CD pipelines.