LambdaTest Plugin
The plugin provides integration with continuous testing cloud LambdaTest.
Installation
-
Copy the below line to
dependencies
section of the projectbuild.gradle
fileExample 1. build.gradleimplementation(group: 'org.vividus', name: 'vividus-plugin-lambdatest', version: '0.5.1')
-
If the project was imported to the IDE before adding new plugin, re-generate the configuration files for the used IDE and then refresh the project in the used IDE.
Profiles
|
Use in conjunction with web application profiles. |
LambdaTest profiles can be enabled by adding the corresponding entry to configuration.profiles
property.
configuration.profiles=lambdatest/web,web/desktop/chrome
LambdaTest profile must be first. |
Explore LambdaTest Capabilities for more fine-grained configuration.
Links to LambdaTest test runs can be found in Allure report |
Properties
The properties marked with bold are mandatory. |
Property Name | Acceptable values | Default | Description |
---|---|---|---|
|
hostname |
hub.lambdatest.com |
LambdaTest remote end host to be used to create a new session |
|
username |
|
LambdaTest username |
|
password |
|
LambdaTest access key |