Skip to main content

Flutter Supported Capabilities

This document provide details about the features and capabilities supported for Espresso Framework on LambdaTest.

Capability NameData TypeDescription
appStringEnter the app id generated while uploading the app to the platform. Example:lt://APP123456789123456789
testSuiteStringEnter the test suite id generated while uploading the test suite to the platform. Example: lt://APP123456789123456789
deviceStringEnter 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.
videoBooleanGenerate video for all the tests that have run. Example: true.
queueTimeoutIntegerTotal execution time of the build. Example: queueTimeout: 300. Maximum value is 10800
testTimeoutIntegerMax wait time for test execution (default value - 900 secs)
deviceLogBooleanTo generate the device logs. Example: true.
buildStringSet the name of your Flutter test build. Example: My Flutter Build.
autoGrantPermissions:BooleanBoolean value to automatically grant the required permissions based on the Android manifest in the app’s .apk Example: true.
buildStringTo set the Espresso build name. Example: build: My Espresso Build.
geoLocationStringSet the geolocation country code if you want to enable the same in your test. Example - geoLocation: FR
gpsLocationDecimalThe 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"}
enableBluetoothBooleanUsed 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."

Test across 3000+ combinations of browsers, real devices & OS.

Book Demo

Help and Support

Related Articles

close