Tibor17 edited a comment on pull request #495: URL: https://github.com/apache/maven-surefire/pull/495#issuecomment-1077753560
@aslakhellesoy I want to inform you about the plan. As you may have noticed, the current format of CSV values in `-Dtest=` have two forms: 1. example: org/apache/**/domain/*/*FactoryTest (the extension .java is not a must) 2. example: %regex[org.apache.*.domain.*FactoryTest] These are file system based paths which makes the patterns irregular for Java users. These should turn to fully qualified names (FQN) of classes which is more natural for Java developers. Due to JUnit5 uses own description of test, FQN should not be considered as th eonly one pattern and more should be involved. This means that the RunOrder feature is dependent on the refactoring where we break the backwards compatibility in this configuration parameter. Of course, we should agree on the format of these patterns in detail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org