The expected params order should be:
- vmArgs
- MainClassName
- runner type & its test items
- args to pass to the specific runner
Current order
- vmArgs
- args to pass to the specific runner
- MainClassName
- runner type & its test items
Note that the args to pass to the specific runner has the wrong order, which will cause Unrecognized option: -n error if the user has his customized args. For example. the --include-classname in JUnit 5
The expected params order should be:
Current order
Note that the
args to pass to the specific runnerhas the wrong order, which will causeUnrecognized option: -nerror if the user has his customized args. For example. the--include-classnamein JUnit 5