Skip to content

The order of the argument passed to the runner is wrong #592

Description

@jdneo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions