This Blog covers below major topics:
- Cross Browser Testing
- Running Tests From CLI
- Running Test Plan From CLI
- Parallel Testing
Cross Browser Testing
Cross-browser testing in Testim ensures that your web application functions correctly across different browsers, versions, and operating systems.
Easiest Way to Run Tests on Different Browsers:
- Go to Test List โ Click on Plans.
- Click Create a New Plan.
- To run tests on multiple configurations, check the box Override Default Configurations.
- (If you need to create new configurations, go to the Runs โ Configuration List.)
- Now, select the Test Plan and click on the Run button.
- You will see the tests running on all browsers selected in the Configuration.
- To check the execution report, go to the Runs tab.
Running Tests From CLI
First, let’s learn how to run a normal test from the Command Line Interface (CLI).
- Go to Settings from the left panel.
- Click on the CLI subtab.
- Click on CI, then copy the sample code from the right side.
- Run the copied code in your local systemโs command line.
Run Test Plan From CLI
Copy sample command and add this into command โ test-plan โname of test planโ
Parallel Testing
Copy Sample command and add this into command โtest-planโname of test planโ โparallel 4
- Now go to Runs from Left Panel and check your execution
Good to Read:-ย How to Use Parameterization in Testim

