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:

  1. Follow the instructions in the Adding a grid section, while selecting the Custom Grid option as the Grid Type.
  2. Click Next.
  3. In the Name field, enter the name of your selenium grid.
  4. In the Host field, enter the Selenium grid host name (domain) or IP.
  5. 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/.

1280

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". 

928