A guide to run Testem with LambdaTest
- Download Visual Studio code (IDE) for writing code script
- Install Node using the
$ install node
command - Follow the command below to install Testem
$ npm install testem -g
git clone https://github.com/LambdaTest/LambdaTest-Testem-sample.git
cd LambdaTest-Testem-sample
For Linux/macOS:
$ 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"
npm i
- Open Automation Build page on the LambdaTest dashboard
- Download and add the binary file in the same folder with the code
- Copy the Configure Tunnel command from the top right corner of the dashboard
- Run the command in your terminal
We have added different launchers with different configurations
testem -l LambdaTest
testem -l LambdaTest-firefox
testem -l LambdaTest-safari