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:
- Follow the instructions in the Adding a grid section, while selecting the Browserstack option as the Grid Type.
- Click Next.
- 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:
Add --grid parameter with the grid name.
Use Grid field to choose on which grid to run your tests.
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.
Updated 9 months ago