Skip to main content
Transform your testing process with: Real Device Features, Company-wide Licences, & App Percy

Status Badges

Monitor your last build status using BrowserStack App Automate status badges.

BrowserStack status badges

You can monitor your last build’s status from your project page using BrowserStack App Automate status badges.

Note: The badges will update in real-time to display the status of your latest build.

Build status and corresponding badges:

Status Badge Description
BrowserStackBrowserStackcompletedcompleted Latest build ran successfully
BrowserStackBrowserStackfailedfailed Latest build has a session error
BrowserStackBrowserStacktimeouttimeout Latest build has a session timeout
BrowserStackBrowserStackrunningrunning A build is currently executing
BrowserStackBrowserStackemptyempty Project doesn’t have any builds
BrowserStackBrowserStack404404 Bad request.
For example: invalid key

Adding status badges to your project page

Badges can be added as markdown (to your README) or an HTML snippet (to your project site). Follow the steps below:

1. Pick a project

To add status badges to a project, you need to give it a project name. If you haven’t specified a project name for your builds / sessions, add the capability project: <project_name> in your test scripts.

Run the following command to list your projects :

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" https://api.browserstack.com/app-automate/projects.json
Note: If you don’t have project names specified for your builds / sessions, the command above will return a blank response.

2. Obtain badge key

Obtain the status badge key for your project.

Note: Generating a badge key makes your project’s BrowserStack dashboard public.
curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" https://api.browserstack.com/app-automate/projects/<project-id>/badge_key

3. Add snippet to your project site or README

Replace the <badge_key> with what you obtained in the previous step and add the following markdown to your project’s README.

[![BrowserStack Status](https://app-automate.browserstack.com/badge.svg?badge_key=<badge_key>)](https://app-automate.browserstack.com/public-build/<badge_key>?redirect=true)

OR you can add the following HTML snippet to your project site.

<a href="https://app-automate.browserstack.com/public-build/<badge_key>?redirect=true"><img src='https://app-automate.browserstack.com/badge.svg?badge_key=<badge_key>'/></a>

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

Is this page helping you?

Yes
No

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!

Talk to an Expert
Download Copy