cucumber-reporting
cucumber-reporting copied to clipboard
HTML reports for Cucumber
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.11.0 to 5.12.0. Release notes Sourced from org.mockito:mockito-core's releases. v5.12.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.12.0 2024-05-11 - 25 commit(s) by Piotr Przybylak, Stefano Cordio,...
Bumps [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.2.5 to 3.3.0. Release notes Sourced from org.apache.maven.plugins:maven-failsafe-plugin's releases. 3.3.0 Release Notes - Maven Surefire - Version 3.3.0 What's Changed Bump org.htmlunit:htmlunit from 3.9.0 to 3.10.0 by...
Bumps `byte-buddy.version` from 1.14.12 to 1.14.17. Updates `net.bytebuddy:byte-buddy` from 1.14.12 to 1.14.17 Release notes Sourced from net.bytebuddy:byte-buddy's releases. Byte Buddy 1.14.17 Avoid crashing of Android plugin when there are duplicate...
I am running 2 cucumber runner files. One will run all the tests and failed feature will store in a rerun.text file. 2nd runner will be used to rerun failed...
After upgrading net.masterthought dependency to 5.8.2 the cucumber reporting through is notd generating reports when embedded image size is long List jsonFiles = new ArrayList(); jsonFiles.add(cucumberFolder); String reportName = PropertyUtils.get(ConfigMap.REPORT_NAME)...
Hi there, I’ve been using cucumber-reporting for a while now and I’m loving it. I want to add a new classification level to create a hierarchy like Application -> Feature...