How to integrate with LambdaTest?

Tell me how to integrate with LambdaTest.

Hello Alex,

To integrate with LambdaTest, set LambdaTest Username and Access Key in environment variables.

For windows:


$env:LT_USERNAME="YOUR_LAMBDATEST_USERNAME" 
$env:LT_ACCESS_KEY="YOUR_LAMBDATEST_ACCESS_KEY"

Update the capabilities of conf/single.conf.js using the code:

exports.capabilities = {
        'build': 'Mocha-Selenium-Sample',
        'name': 'Your Test Name',
        'platform':'Windows 10',
        'browserName': 'chrome',
        'version': 'latest',
        'visual': false,
        'network':false,
        'console':false,
        'tunnel': false
};

Support document reference: Automation Testing With Mocha And Selenium | LambdaTest | LambdaTest