SVRUnit
  • Welcome
  • Installation
    • Installation
    • First Run
  • Use Cases
    • Verify Server
    • Verify Server for Project
    • Post Deployment Tests
    • Unit Test Docker Image
    • Testing your frameworks
  • Configuration
    • Configuration
  • Commands
    • list:suites
    • list:groups
    • test
  • Assertions
    • Command
    • Directory Exists
    • File Exists
    • File Content
    • File Permissions
    • PHP INI
    • PHP Modules
  • Reports
    • HTML Report
    • JUnit Report
  • Resources
    • svrunit.com
    • Github
Powered by GitBook
On this page

Was this helpful?

  1. Commands

list:groups

Previouslist:suitesNexttest

Last updated 2 years ago

Was this helpful?

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 .

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

running your tests