Appium logs
If you are still using the older dashboard, see the documentation for the old dashboard.
Appium logs are generated by the Appium server and contain a detailed record of your Appium test session execution. They can help you troubleshoot any errors if your test session fails. Appium logs are enable by default.
Appium logs are available on the BrowserStack dashboard for 30 days. These logs will be deleted after 30 days from the day they were generated.
To disable Appium logs, use the capability as shown below.
If you are using BrowserStack SDK, you can set the following capability within the browserstack.yml
file:
Capability | Description | Value |
---|---|---|
appiumLogs |
Capture raw Appium logs for your test. |
true , false Default: true
|
appiumLogs: false
Access Appium logs from the dashboard:
The Appium server logs can be viewed from the test sessions details page on the App Automate Dashboard. You can view and download the Appium logs using Other Logs > Appium > Raw Logs or Download.
Sample Appium logs for a test session :
Access Appium logs using REST API:
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" -X GET "https://api-cloud.browserstack.com/app-automate/builds/<build-id>/sessions/<session-id>/appiumlogs"
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!