Simulate GPS geolocation
GPS geolocation testing enables you to simulate the location of the device to specific GPS coordinates in order to test location-based scenarios for your app.
In order to specify the GPS coordinates, you need to set the gpsLocation
parameter in the builds REST API to start Flutter test execution. You will be required to pass the latitude and longitude of the desired location.
REST API endpoint:
POST /app-automate/flutter-integration-tests/v2/android/build
Table: The gpslocation
parameter
Parameter | Description | Value |
---|---|---|
gpsLocation |
Simulate the location of the device to a specific GPS location. | Latitude followed by longitude Acceptable range for latitude is -90 to +90 and for longitude is -180 to +180. Example: 40.730610,-73.935242
|
Example cURL
request for test execution:
Related topics
-
Manage your uploaded apps using our REST API.
-
Use the recent apps API endpoint to list your recently uploaded apps.
-
Delete your uploaded apps using the delete app 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!