> For the complete documentation index, see [llms.txt](https://docs.svrunit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.svrunit.com/commands/list-groups.md).

# list:groups

You can use this command to list all available test groups of your provided configuration file.\
This is great to get an overview of some more complex setups.

You can then use these groups as filter when [running your tests](/commands/run-tests.md).

```bash
php svrunit.phar list:groups --configuration=./svrunit.xml
```
