Running a Test from the UI
Learn how easy it is to run a test from the Rainforest All Tests page.
Running Single or Multiple Tests from the Tests Page
- On the All Tests page, click the checkboxes for the tests you want to run you can use filters in the left sidebar to narrow down the test list. (Optional)
- Click the Bulk Actions menu and select Run.

Selecting the tests to run.
- Confirm that the option under How this run will be executed is set to run with the Automation Service.

Selecting the run method.
Pro TipTests created using the Visual Editor and executed by the Automation Service are optimized for the browser they were created on. Though you can execute a test with multiple browsers, we suggest running it on the browser used to create it for the best results.
Running from the Feature page
There are three ways to trigger the run of a feature:
- On the Features page, click the Run Feature button and select your settings. Change the How this run will be executed section to the Automation Service if not already selected.
- In the CLI , run the feature with the following command:
run --feature [Feature_ID] --execution-method automation
- Add the feature to a run group by clicking the Add to Run Group button. See below about running tests in a Run Group.
Running from a Saved Filter
There are three ways to run a saved filter:
- Use the Filters panel.
- Open the saved filter from the Filters panel.
- Select your tests.
- Click the Run icon.
- Select the run platforms.
- In the CLI , execute the run with the following command:
run --filter [Filter_ID] --execution-method automation
- Select the tests from the saved filter view to add and trigger the run group.

Running your tests from a saved filter.
If you have any questions, reach out to us at [email protected].
Updated 6 days ago
