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

**Issue:** It's not possible to sort/filter out errors grouped by their causing source in the html report. **Current behavior:** Whenever I am using either `Assume.assumeTrue(false)` or `throw new SkipException()` inside...

Hello. Would it be possible to add an option in the configuration, so that we can append sets of Tags filters to a list in order to have multiple Tags...

add a new reducer that can keep only the latest scenario run. useful for times when you have flaky scenarios and you do retries on the given scenario, but don't...

I am using cucumber reporting with karate dsl also using Jenkins plugin to generate reports. i am using Jenkins to generate a cucumber html report. till now report was displaying...

Works as MERGE_FEATURES_WITH_RETEST reducing method plus marking as FLACKY tests that after rerun were passed. Before merging it checks that scenario was failed and now it's passed and mark it...

Some of the classes are not robust against manipulation. For example, if collections are given as parameters into getter-methods or are returned by setter-methods, these collections can be updated afterwards....

As seen by #971, some JUnit tests similar to each other and just differ in the specific test data. JUnit offers the `@RunWith(Parameterized.class)`-Runner to deal with that in a more...

Dear Damian, in many cases the HTML report does not specify a correct attachment 's extension, even if it could be done. For example, for Mime-Types with additional encoding (e.g.,...