Runner ID Commands
Runner IDs are custom entries in your configuration that let you organize
and run a specific group of tests. One such group is units, from the
Basic Config Example.
In addition, you can append a
runtime config
to temporarily override the persisted configuration. For example, you could
disable code coverage by setting it to null as follows:
php reflex units code=null
Standalone Flag Options
Reflex also supports standalone flag options, which can be run as individual commands. For example, to check the installed version:
php reflex --version
-h|--help: Display help information.-v|--version: Show the currently installed Reflex version.