Eirik Myklebost
Eirik Myklebost
[Cucumber's JUnit5 Test Engine is also relevant](https://github.com/cucumber/cucumber-jvm/tree/main/junit-platform-engine). Adding support for other [DiscoverySelectors](https://junit.org/junit5/docs/5.0.2/api/org/junit/platform/engine/DiscoverySelector.html) than Class- and Method-Selectors will allow for tests written in Gherkin and other custom DSLs to be discovered...
Just to add to this issue: [A Diagnostic Event will always be sent by the default ExceptionHandler](https://github.com/dotnet/aspnetcore/blob/091da452aab1838fd30f6de1decd921326736146/src/Middleware/Diagnostics/src/ExceptionHandler/ExceptionHandlerMiddlewareImpl.cs#L205-L213), regardless of if it is "handled" by an `IExceptionHandler` or not, this will...