benken-parasoft opened a new issue, #3457:
URL: https://github.com/apache/maven-surefire/issues/3457

   ### Affected version
   
   3.6.0
   
   ### Bug description
   
   This looks like a regression in 3.6.0.
   
   Steps to reproduce:
   ```bash
   # clone then go to the "calculator-java-testing" project
   git clone [email protected]:cucumber/cucumber-jvm-examples.git
   cd cucumber-jvm-examples/calculator-java-testing
   
   # move the features to a non-default location
   mv src/test/resources/com/example/calculator .
   
   # edit src/test/java/com/example/calculator/RunCucumberTest.java, adding 
"features":
   # -@CucumberOptions(plugin = { "html:target/results.html", 
"message:target/results.ndjson" })
   # +@CucumberOptions(plugin = { "html:target/results.html", 
"message:target/results.ndjson", }, features = "calculator")
   
   # fail: "No features found at classpath"
   mvn clean test
   
   # edit pom.xml:
   # -                <version>3.6.0</version>
   # +                <version>3.5.6</version>
   
   # passes, runs all tests as expected
   mvn clean test
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to