Can I pass specific test suites to a run in CI?
Yes. You can choose specific test suites to run in CI by selecting them in a multi-select dropdown when creating an automated or mixed run in Testomat.io. The selected suite IDs are then passed to your CI system for execution.
One-time setup
Section titled “One-time setup”Before using the dropdown, configure your CI to handle suite IDs:
- Add
grep by suitesto your CI workflow to filter tests by the suite IDs it receives. See Environment Configuration. - Update your Testomat.io CI configuration to accept and process the suite IDs.
Using it
Section titled “Using it”Once configured, your suites will appear under the Suites dropdown in the New Run view. Select the desired suites, and their IDs will be passed to CI when the run launches.
- If you select a suite linked to a CI configuration, you can only select other suites within that same CI configuration.