Video recording
If you are still using the older dashboard, see the documentation for the old dashboard.
Every test session executed on BrowserStack is recorded, as tests are performed on our remote device. Video recordings show all the steps as a video to retrace the steps that led to the test failure. You can download or view the video logs in full-screen mode from the dashboard.
Video logs are available on the BrowserStack dashboard for 30 days. These logs will be deleted after 30 days from the day they were generated.
Video recording is enabled by default. To disable the video recording 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 | Video |
---|---|---|
video |
Enable/Disable video recording of your test |
true , false Default: true
|
video: true
Access video recording from the dashboard
Video recording can be viewed from the test sessions details page on the App Automate Dashboard.
Retrieve video recording URL
You can retrieve video recording URL for any test session using our REST API :
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" -X GET "https://api.browserstack.com/app-automate/sessions/<session-id>.json"
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!