Browserstack integration

Run tests you create with Testim on Browserstack

This article will review how to set your BrowserStack on Testim and how to run your tests.

How to add a Browserstack grid

To add a Browserstack Grid:

  1. Follow the instructions in the Adding a grid section, while selecting the Browserstack option as the Grid Type.
  2. Click Next.
  3. Update the following fields:
  • Name: The grid name to use at run time.
  • Host: Browserstack host name. 
  • Port: Browserstack port
  • Username: Browserstack user name. 
  • Password/access key: Browserstack access key to connect or password. 

How to run on the grid

You can run your tests remotely using one of the following methods:

CLICI

Add --grid parameter with the grid name. 

Scheduler

Use Grid field to choose on which grid to run your tests. 

Test Plan

Use Grid field to choose on which grid to run your tests. 

From the editor

You can run your test on the grid directly from the test editor. 

  • Click on the options arrow next to the "Run" button
  • Click on "Run on a grid".

To change the configuration/grid/base url for that run click on "Edit". 

To pass more options to the test run , see the Saucelabs & BrowserStack Options.

📘

Grid parameter replaces the old host and port parameters.