The --group, --exclude-group, --covers, --uses, and --test-suffix CLI options support comma-separated values.
For instance, --group foo,bar can be used to run the tests from the foo and bar groups. After #5708, --group foo --group bar should be used instead.
The
--group,--exclude-group,--covers,--uses, and--test-suffixCLI options support comma-separated values.For instance,
--group foo,barcan be used to run the tests from thefooandbargroups. After #5708,--group foo --group barshould be used instead.