cucumber-reporting icon indicating copy to clipboard operation
cucumber-reporting copied to clipboard

HTML reports for Cucumber

Results 68 cucumber-reporting issues
Sort by recently updated
recently updated
newest added

[INFO] [INFO] --- maven-cucumber-reporting:5.7.1:generate (execution) @ com_sweply_final --- [INFO] About to generate Cucumber report. Jul 30, 2022 4:40:07 PM net.masterthought.cucumber.ReportBuilder generateErrorPage INFO: Unexpected error net.masterthought.cucumber.ValidationException: No report file was added!...

Hello! I have two passes of my tests: first - multithread (results into multi.json) and second - singlethread with retesting of failed scenarios (retest.json). During my second pass I generate...

Can the location of cucumber-reporting.properties be set to be read from a different location other than the default?

Hi there, If you look at the HTML report per the screenshot below: ![Screenshot 2022-02-09 at 16 58 19](https://user-images.githubusercontent.com/20628685/153250767-87966853-a22e-4611-8e87-4fe7fd30d3d8.png) the scenario has a duration of `2.537` while one of the...

I have build a test framework with Java + cucumber + junit. The tests are run with surefire plugin, and below is the 2 runners : - AllTestRunner.java that runs...

Issue: Tags overview report shows wrong scenarios and feature count version: 5.6.0 Steps: 1. Create a feature file with just one scenario 2. Give a tag for the feature 3....

Hi there, The cucumber framework produces a number of reports at the end of a test run which are listed here (https://cucumber.io/docs/cucumber/reporting/#built-in-reporter-plugins) ``` - message - progress - pretty -...

[Apache Maven Dependency Plugin](https://maven.apache.org/plugins/maven-dependency-plugin/index.html) can be used to find unused dependencies. And I found following list. Maybe we can remove them. cucumber-reporting {groupId='com.fasterxml.jackson.datatype', artifactId='jackson-datatype-jsr310'} {groupId='commons-collections', artifactId='commons-collections'} {groupId='joda-time', artifactId='joda-time'} {groupId='commons-configuration', artifactId='commons-configuration'}...

How to add screen shots at a gherkin step How to write extra info to a given gherkin step

**Steps to reproduce** Parse 1 json file containing multiple features **Expected result** HTML file names should have format report-feature_\.html **Actual result** HTML file names have format report-feature_\\.html This causes problems...