Run multiple tests locally

Run multiple tests on your local browser rather than in the grid.

You can run multiple tests on your local browser instead of on the grid. Locally you can run tests only on Chrome browser.

To run multiple tests:

  1. Go to Test List > Tests

  2. Select two or more tests in the Test Library.

📘

You can select multiple tests by holding down the CTRL/CMD key and then clicking on each of the desired tests.

  1. Right click on your selected tests and click Play from the right click menu or click the Play icon from the actions menu.

  1. Select any of the desired options and then click the OK button.

    • Run in Incognito Mode - select this option if you would like to run a test as if it was the first time it has run. This is great when you want to mimic how the test performs on a remote run or via the CLI. (Learn More)
    • Override Base URL - select this option if you would like to override the current test configurations concerning the base URL. After selecting this option, enter the new Base URL.

Testim will take control over your mouse and begin running the selected tests in your local browser. Once the tests have completed, you will see the Execution Runs results screen.

🚧

Do not use your mouse or computer while the tests are running.

Trace your Team's Local Test Runs in Real Time

Any test that is run locally through the Test List is tracked and can be easily viewed from the Runs tab.

  1. Go to Runs > Executions.
  2. Select the Time Frame to filter execution results based on when the tests were run.

  1. Select Advanced Filters to filter execution results by specific criteria including:

    • Status of the execution - filter execution results by their current status
    • Browser - filter execution results by the browser(s) the execution was run on
    • Label - filter execution results for tests with specific Labels.
    • Plan - filter execution results for tests within a specific Test Plan.

You will see a list of the tests and their results marked “local-suite” indicating the tests have run locally.

  1. Double click one of the Execution Results at the bottom to view more details.


What’s Next