You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Chua Chee Seng (Jira)" <ji...@apache.org> on 2022/11/05 15:12:00 UTC

[jira] [Created] (SUREFIRE-2123) Custom TestEngine Tests Not Counted in Result

Chua Chee Seng created SUREFIRE-2123:
----------------------------------------

             Summary: Custom TestEngine Tests Not Counted in Result
                 Key: SUREFIRE-2123
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-2123
             Project: Maven Surefire
          Issue Type: Bug
          Components: JUnit 5.x support
    Affects Versions: 2.22.2
            Reporter: Chua Chee Seng


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.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)