maven-cucumber-reporting
maven-cucumber-reporting copied to clipboard
maven mojo for cucumber reporting
https://stackoverflow.com/questions/78007835/cucumber-maven-rerunfailingtestscount1-rerunfailingtestscount-does-not-rerun
I was using JDK 11 before and maven-cucumber-reporting 3.8.0 When I do mvn clean install build got success without any issue. But after upgrading to JDK 17 and maven-cucumber-reporting 5.7.8...
What does the parallelTesting option control? I could not find it in the documentation.
I have an Automation FW with following setup. Java: 11 Cucumber: 6.6.0 TestNG: 7.1.0 Cucumber Maven Reporting: 5.3.0 I use Cucumber ReRun with a file mechanism and by the end...
java.lang.NoSuchMethodError: 'void org.apache.commons.io.FileUtils.copyInputStreamToFile(java.io.InputStream, java.io.File)' This error I start getting after updating the Appium version 9.0.0. https://github.com/appium/java-client/blob/master/docs/v8-to-v9-migration-guide.md In this Appium java-client release The minimum supported Java version is now 11. at...
Hi @damianszczepanik I'm facing issues while running my intellij scripts in GitHub Error: Failed to execute goal net.masterthought:maven-cucumber-reporting:2.8.0:generate (execution) on project XXXX: Error Found:: BUILD FAILED Error: Error: To see...
Incase there are some scenarios that are skipped in the cucumber hooks and all the steps are skipped, the Jenkins Cucumber Report generated using the plugin marks these test cases...
Hi, In Jenkins - Cucumber Report plugin there is setting available to hide hooks which do not have attachment or error message. So, in maven-cucumber-reporting is there any settings available...
Hello, I am looking to setup the trends feature in CodeBuild, we have it working in Jenkins but looking to move away from it. We have the maven plugin, generate...
Hi, I am running parallel testing on circle CI, each container has it's own cucumber JSON file the last container collects all previous containers reports and generates a unified report,...