Grid management
Configure your grid to run tests remotely (inc. Sauce labs, Browserstack, LanbdaTest, HeadSpin and others.)
To run web tests remotely, you will need a Selenium grid and to run a mobile test, you will need HeadSpin.
Web Testing Grids
The following grids can be used for web testing:
- Testim cloud grid - Testim can provide you with a private grid. If you don't already have it, contact us to find out which option fits you.
- Local grids - If you have a selenium grid, we can integrate with it.
- Third party grid - Testim can integrate with third party grids including Saucelabs, Browserstack and LambdaTest.
Mobile Testing Grids
The following grids can be used for mobile testing:
- Tricentis Device Cloud grid - TDC provides access to real iOS and Android devices on our grid with our support. For more information, see Tricentis Device Cloud
- Third party grid - Testim can integrate with third party grids including Saucelabs, Browserstack and HeadSpin.
Adding a grid
To add a new grid:
- In Testim, on the top right-hand of the screen, click the round circle with the User Name initials.
- Under Company, click on the relevant company name.
- Click the Grids tab.
- Click "+" in the top right corner of the screen.
- Choose a grid type:
For web select:- Custom Grid - your own Selenium grid
- Saucelabs
- Browserstack
- LambdaTest
For mobile select: - Saucelabs
- Browserstack
- Testim HeadSpin Mobile.
- Update the relevant fields (below you'll find details about the different options).
- Click Add.
To edit / delete a grid, hover the grid setup box and click the desired option.
If your plan includes a Testim grid, your configuration should appear automatically. If it does not, please contact our support.
Grid configurations
The following articles provide more details on how to configure the various grids:
- Custom Grid (web only)
- Saucelabs integration (mobile and web)
- Browserstack integration (mobile and web)
- Extended run parameters for Saucelabs & BrowserStack (mobile and web)
- HeadSpin integration (mobile)
- LambdaTest integration (web only)
How to run on the grid
You can run your tests remotely using one of the following methods:
CLI/ CI
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.
Running from the editor (Web)
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".
Note
Grid parameter replaces the old host and port parameters.
Updated 10 days ago