79572283

Date: 2025-04-14 03:08:12
Score: 2.5
Natty:
Report link

I saw a post that help me to solve that problem,
Cucumber project build success but console Test run 0, Test skip 0

Basically, he did the next thing:

  <plugin>
    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>3.0.0-M5</version>
    <dependencies>
      <dependency>
        <groupId>org.apache.maven.surefire</groupId>
        <artifactId>surefire-junit47</artifactId>
        <version>3.0.0-M5</version>
      </dependency>
    </dependencies>
  </plugin>
Reasons:
  • Blacklisted phrase (1): help me
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Diego-Santiago