Deprecate support for using comma-separated values with the --group
, --exclude-group
, --covers
, --uses
, and --test-suffix
CLI options
#5709
Labels
feature/configuration/cli
feature/test-runner
CLI test runner
type/deprecation
Something will be/is deprecated
Milestone
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 thefoo
andbar
groups. After #5708,--group foo --group bar
should be used instead.The text was updated successfully, but these errors were encountered: