Set debugging options
On BrowserStack App Automate, you can leverage a full range of debugging tools to easily verify, debug and fix different aspects of software quality, from UI functionality and usability to performance and network consumption.
Debug failed Flutter integration tests and fix bugs easily using:
- A variety of logs such as instrumentation logs, device logs, network logs
- Video recording
You can decide on debugging options based on your requirement. You have default access to certain debugging options, such as instrumentation logs.
However, you need to enable specific options like device logs and network logs by setting the respective parameters to true
in the build REST API request.
The following are the debugging options available to you when running a build:
Parameter | Description | Values | Default value |
---|---|---|---|
deviceLogs |
Capture device logs during Flutter test execution. For more information, refer to device logs. |
true , false |
false |
networkLogs |
Capture network logs during Flutter test execution. For more information, refer to network logs. |
true , false |
false |
video |
Capture video recording during Flutter test execution. For more information, refer to video recording. |
true , false |
true |
Retention policy: BrowserStack retains video recordings for 30 days from the day of test execution. It retains all other test execution data, including logs, for 60 days from the day of test execution.
Related topics
-
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!