Jan Hoef created SUREFIRE-1763:
----------------------------------
Summary: surefire does not run junit5 tests
Key: SUREFIRE-1763
URL: https://issues.apache.org/jira/browse/SUREFIRE-1763
Project: Maven Surefire
Issue Type: Bug
Components: JUnit 5.x support
Affects Versions: 3.0.0-M4
Reporter: Jan Hoef
I have a spring boot project (2.2.5.RELEASE) and when running junit5 test with
maven it does not see any test to execute (run = 0). I have a dependency with
spring-boot-starter-test. And tried also to exlude the vintage dependency.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
In my idea the tests are running without any problem. I needed I can put the
project in the attachement.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)