Mobitru Plugin
The plugin provides integration with continuous testing cloud Mobitru.
Installation
-
Copy the below line to
dependencies
section of the projectbuild.gradle
fileExample 1. build.gradleimplementation(group: 'org.vividus', name: 'vividus-plugin-mobitru', version: '0.5.12')
-
If the project was imported to the IDE before adding new dependency, re-generate the configuration files for the used IDE and then refresh the project in the used IDE.
Profiles
The plugin defines profile with a set of the preconfigured properties. In order to simplify work with Mobitru the plugin does following steps:
-
Takes device.
For the device search plugin relies on the capabilities specified in the properties. mobitru/web
Use in conjunction with web application phone profiles.
mobitru/mobile_app
Use in conjunction with native mobile application profiles.
Example 2. Capabilities to run tests on a specific deviceselenium.grid.capabilities.udid=ce22271b791f6c0603
Example 3. Capabilities to run tests on any device with a specific platform versionselenium.grid.capabilities.platformVersion=12
Example 4. Capabilities to run tests on specific device modelselenium.grid.capabilities.deviceName=iPhone 13
For more fine-grained configuration of taking device additionally use Mobitru device search capabilities specified below.
The properties marked with bold are mandatory. Property Name Acceptable values Description selenium.grid.capabilities.mobitru-device-search\:type
phone
ortablet
The type of the device.
selenium.grid.capabilities.mobitru-device-search\:manufacturer
ZTE
orsamsung
orIPHONE
etc.The device manufacture name (case-insensitive).
selenium.grid.capabilities.mobitru-device-search\:model
SM-G930F
orsm-s901b
etc.The model of the device (case-insensitive).
selenium.grid.capabilities.platformName
andselenium.grid.capabilities.udid
capabilities can not be specified along with Mobitru device search capabilities.Example 5. Capabilities to run tests on any SAMSUNG phone with a specific platform versionselenium.grid.capabilities.platformVersion=12 selenium.grid.capabilities.mobitru-device-search\:type=phone selenium.grid.capabilities.mobitru-device-search\:manufacturer=SAMSUNG
-
Installs application on the device.
Properties
The properties marked with bold are mandatory. |
Property Name | Acceptable values | Default | Description |
---|---|---|---|
|
The username. |
|
The name of the user. |
|
The access key. |
|
|
|
The name of application e.g. |
|
The file name of the application under test uploaded to Mobitru. The application should be uploaded either via UI or REST API. |
|
The valid application package name or bundle id. |
|
|
|
The duration in ISO-8601 Durations format. |
|
The timeout to wait while the requested device becomes available for usage. VIVIDUS will perform at most 20 retries during the timeout. |