# Run groups

[Groups](/13-groups/) are a way to cluster test suites in a container and perform operations on them simultaneously. For example, you might want to run tests for all APIs of a particular service in one go. You can do this by [creating a group](/13-groups/creating-groups.md) for this service and [adding all test suites](/13-groups/add-remove-ts.md) for the APIs of this service to the group. After that, you can run tests for all test suites and get a consolidated report using the "Run Group" option. Check [this section](/13-groups/run-group.md) for details.
