Specify devices
You can run your Flutter integration tests automation tests on a wide range of iOS devices on BrowserStack. These are not simulators or emulators but physical devices hosted in our data centers.
While executing your Flutter integration tests, you can specify a list of iOS devices to run your tests on. In order to do so, you need to pass the devices
parameter in the REST API request to start your test execution. You can set its value as shown in the table below.
Parameter | Description | Values |
---|---|---|
devices |
Specify one or more devices to run tests on. This is required. | List of device and OS versions to test on. Each value in the list follows this format : <devicename>-<os version> . Use the device selector below to see the value for your desired devices. |
You can select your iOS device and execute your Flutter integration tests on real devices as shown in an example cURL
request below:
You can also run tests in parallel on multiple devices.
Related topics
-
Specify a list of supported iOS devices to set the
devices
parameter. -
Manage your uploaded test package using our REST API.
-
Use the list test package API endpoint to list your recently uploaded test package.
-
Delete your uploaded test package using the delete test package API endpoint.
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!