Flutter Supported Capabilities
This document provide details about the features and capabilities supported for Espresso Framework on LambdaTest.
Capability Name | Data Type | Description |
---|---|---|
app | String | Enter the app id generated while uploading the app to the platform. Example:lt://APP123456789123456789 |
testSuite | String | Enter the test suite id generated while uploading the test suite to the platform. Example: lt://APP123456789123456789 |
device | String | Enter the name and os version of the device in "DeviceName-OSVersion" format. Example: Pixel 6-12 or Galaxy S21 Ultra 5G-11 . You can also choose to use regular expression for device name such as Pixel.*-12 . |
video | Boolean | Generate video for all the tests that have run. Example: true . |
queueTimeout | Integer | Total execution time of the build. Example: queueTimeout: 300 . Maximum value is 10800 |
testTimeout | Integer | Max wait time for test execution (default value - 900 secs) |
deviceLog | Boolean | To generate the device logs. Example: true . |
build | String | Set the name of your Flutter test build. Example: My Flutter Build . |
autoGrantPermissions: | Boolean | Boolean value to automatically grant the required permissions based on the Android manifest in the app’s .apk Example: true . |
build | String | To set the Espresso build name. Example: build: My Espresso Build . |
geoLocation | String | Set the geolocation country code if you want to enable the same in your test. Example - geoLocation: FR |
gpsLocation | Decimal | The capability should be defined to override the device’s default GPS coordinates and should be provided as a comma-separated string. Example: "location": {"lat": "-50","long": "150.028333"} |
enableBluetooth | Boolean | Used to enable the bluetooth functionality during the session. Example: enableBluetooth: true |
note
Ensure that the latitude is between -90 and 90, and the longitude is between -180 and 180. Otherwise, an error will occur like "Invalid GPS location: Latitude must be between -90 and +90, Longitude must be between -180 and +180."