LambdaTest Plugin
The plugin provides integration with continuous testing cloud LambdaTest.
Installation
Example 1. build.gradle
implementation(group: 'org.vividus', name: 'vividus-plugin-lambdatest', version: '0.3.2-SNAPSHOT')
Profiles
|
Use in conjunction with web application profiles. |
LambdaTest profiles can be enabled by adding the corresponding entry to configuration.profiles
property.
Example 2. Configure Chrome on LambdaTest
configuration.profiles=lambdatest/web,web/desktop/chrome
LambdaTest profile must be first. |
Explore Capabilities Generator for more fine-grained Lambda Test configuration.
Links to LambdaTest test runs can be found in Allure report |
Properties
Property Name | Acceptable values | Default | Description |
---|---|---|---|
selenium.grid.host |
hostname |
hub.lambdatest.com |
Defines remote grid host to be used to create a new session |
selenium.grid.username |
username |
empty |
Defines remote grid username to be used to create a new session |
selenium.grid.password |
password |
empty |
Defines password to be used to create a new session |