junit5 icon indicating copy to clipboard operation
junit5 copied to clipboard

Support custom `junit-platform.properties` location

Open sormuras opened this issue 5 years ago • 4 comments

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.

sormuras avatar Feb 24 '20 09:02 sormuras

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.

stale[bot] avatar Jun 05 '21 11:06 stale[bot]

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.

stale[bot] avatar Jun 19 '22 19:06 stale[bot]

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.

stale[bot] avatar Jul 11 '22 20:07 stale[bot]

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.

mbuchner avatar May 08 '24 11:05 mbuchner