junit5 icon indicating copy to clipboard operation
junit5 copied to clipboard

Add parseable DiscoverySelector representations

Open leonard84 opened this issue 1 year ago • 2 comments

Overview

Before this PR, it was not possible to use the more advanced DiscoverySelectors without writing code. Now, we have a generic way to specify all supported DiscoverySelectors as strings and parse them. This will allow advanced usage scenarios. For example, Gradle can add a Test task parameter to pass a custom selector directly to the platform. This would allow using the IterationSelector when delegating to Gradle in IDEA.


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

leonard84 avatar Mar 18 '24 15:03 leonard84

@marcphilipp, it looks good, what is missing? Or, are you waiting for me to switch it from draft to rfr?

leonard84 avatar Apr 28 '24 09:04 leonard84

@leonard84 Yes, it does look good and I will finish it for 5.11 M2.

marcphilipp avatar Apr 28 '24 14:04 marcphilipp