Skip to main content

Integrating BrowserStack with Vansah

Updated this week

Overview

Integrate BrowserStack with Vansah to automatically send your automated test results to Jira. This integration streamlines your testing workflow, allowing you to view BrowserStack execution results directly in Vansah for Jira complete with logs, screenshots, and test status updates.

To begin integrating BrowserStack with Vansah, you’ll first need to download the example project from GitHub and follow the setup instructions in the repository’s README file.

For now we support Java:

1. Access the Repository

Go to the official Vansah BrowserStack integration repository:

This repository includes a working example that demonstrates how BrowserStack test results are automatically logged into Vansah Test Management For Jira.

2. Clone the Repository

Open your terminal or command prompt and run the following commands:

git clone https://github.com/testpointcorp/vansah-browserstack-java.git cd vansah-browserstack-java

This will download the demo project and navigate into the project directory.

3. Review the README File

Inside the project folder, open the README.md file.
This file contains all the setup instructions and explanations for running the integration, including:

  • Environment variable setup

  • Example .env file configuration

  • How to run your tests using Maven

  • Expected test behavior and log outputs

It’s recommended to follow the README file step-by-step before implementing the integration in your own project.

4. Verify the Demo

Once you’ve completed the setup as outlined in the README:

  • Run the demo project using mvn test.

  • Check your BrowserStack dashboard for test executions.

  • Open Vansah for Jira to confirm that test results, logs, and screenshots are being recorded correctly.

This helps confirm that your environment and credentials are configured properly before you move to integrating Vansah’s API calls into your own automation framework.

Did this answer your question?