Skip to content

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.

Before using the dropdown, configure your CI to handle suite IDs:

  1. Add grep by suites to your CI workflow to filter tests by the suite IDs it receives. See Environment Configuration.
  2. Update your Testomat.io CI configuration to accept and process the suite IDs.

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.