junit5
junit5 copied to clipboard
Support custom `junit-platform.properties` location
At the moment, the JUnit Platform properties are loaded from the first (and sole) resource named junit-platform.properties
available via the ClassLoader
resource-loading facility.
Internally, the JUnit Platform Launcher
already supports by-passing this logic by providing an explicit location of a junit-platform.properties
file or stream.
Deliverables
- [ ] Introduce a new launcher system property, like
junit.platform.properties.location
, that lets users specify an alternate location of the JUnit Platform properties file to load.
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution.
This issue has been automatically marked as stale because it has not had recent activity. Given the limited bandwidth of the team, it will be automatically closed if no further activity occurs. Thank you for your contribution.
This issue has been automatically closed due to inactivity. If you have a good use case for this feature, please feel free to reopen the issue.
Would love to see this feature! Especially when you use Tagging and Grouping of tests - some you want to run sequentially some can be parallelized.