react-components icon indicating copy to clipboard operation
react-components copied to clipboard

React components for Cucumber

Results 13 react-components issues
Sort by recently updated
recently updated
newest added

Whitespaces in feature uri cause errors in browser console in Cucumber HTML report. ### 👓 What did you see? There are errors in browser console: ``` uuid must be a...

### 🤔 What's the problem you're trying to solve? Attaching a zip file to the html report in Java. I have tried several media types but always get an error:...

### 🤔 What's the problem you're trying to solve? We are using cucumber, and our team need a option by which they can list the scenario list and their status,...

Users are looking for features to review on the test-results web page, but the page is a list of file names to click on. These file names can be lengthy...

:zap: enhancement

When Cucumber did not execute any scenarios the `io.cucumber:html-formatter:13.0.0` will display the message: `No match found for: "undefined"`. To reproduce: ``` package io.cucumber.examples.calculator; import io.cucumber.junit.Cucumber; import io.cucumber.junit.CucumberOptions; import org.junit.runner.RunWith; @RunWith(Cucumber.class)...

:bug: bug

**Is your feature request related to a problem? Please describe.** Cucumber report(html, json formatter) doesn't include retried details when using `--retry`. When we use `--retry`, report will mark the flaky...

:zap: enhancement

We're in the process of removing tight coupling to Gherkin 5 from Cucumber-JVM. Its [TimelineFormatter](https://github.com/cucumber/cucumber-jvm/blob/master/core/src/main/java/io/cucumber/core/plugin/TimelineFormatter.java) is tightly coupled to Gherkin 5, and should be removed. Moreover, the very useful functionality...

:zap: enhancement
:cucumber: core team

### 🤔 What's the problem you're trying to solve? Upgrading from 7.2 to 7.3 of cuke jvm I find that the html report has changed to include a fat header...

:zap: enhancement

**Documentation request:** Please add some examples on how to implement our own html-formatter based on the existing one. It is difficult to understand how to properly use the "CustomRendering" to...

:question: question

In Cucumber Published report, the interface is really clean but the offline report says 'Attached Text (text/x.cucumber.log+plain)' for each scenario.log(). Any easy way to make the offline report look like...

:zap: enhancement