# Run groups

Groups are a way to club test suites in a container and perform operations on them in one go. 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 for this service and adding all test suites 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 for details.