Custom Grid
Run tests on your own selenium grid
This article will explain how to setup your own Selenium grid on Testim.
How to add a Custom Grid
To add a Custom Grid:
- Follow the instructions in the Adding a grid section, while selecting the Custom Grid option as the Grid Type.
- Click Next.
- In the Name field, enter the name of your selenium grid.
- In the Host field, enter the Selenium grid host name (domain) or IP.
- In the Port field, enter the Selenium grid port.
Even when running locally, Testim needs to connect to your browser to show and save test results. Please make sure your network can access https://services.testim.io/.
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".
Updated almost 2 years ago