Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
2.22.2
-
None
Description
I am working on an TestEngine implementation for ScalaTest, when mvn test run with Surefire 2.22.2 it able to detects the TestEngine implementation through SPI, discover and execute methods are called and the passed in EngineExecutionListener methods are called, but weirdly enough the executed tests are not included in the result count. Is there additional effort we need to do for Surefire to include the executed tests in the result?
Thanks.