-
Considder adding an icon for the cucumber reports.
![missing-icon-cucumber-jvm](https://cloud.githubusercontent.com/assets/5132659/17135885/070ebaac-532a-11e6-8387-e8e79ace9ccb.png)
-
Cucumber-JVM and Cucumber-Ruby now implement a `html` formatter based on the [standard html formatter](https://github.com/cucumber/cucumber/tree/master/html-formatter).
The implementations are here…
-
### 🤔 What's the problem you've observed?
I've got an ugly make file to pull this repo into Cucumber-JVM.
https://github.com/cucumber/cucumber-jvm/blob/main/Makefile
### ✨ Do you have a propo…
-
CucumberJVM 2.3. require plugins implement Plugin class
```
cucumber.runtime.CucumberException: Couldn't load plugin class: com.cucumber.listenerener.ExtentCucumberFormatter
at cucumber.runtim…
-
### 🤔 What's the problem you've observed?
Mockito has a impact on the unit test execution time (seen using IntelliJ Profiler flame graph):
| project | test duration [s] | mockito c…
-
A “to-do” to check, not confirmed.
Spoken languages are specified in Gherkin using a comment. I think Cukedoctor was parsing this comment to determine the language used. Given we no longer get commen…
-
i have 403 error
-
- Improvements in run-speed.
- Improved IDE support (through JUnit)
- Actively maintained. Cuke4Duke is dead.
- No need for a mvn plugin, runs with junit. (include/run _/_*Features.java in integration…
-
I had made all necessary changes for extent report in Runner class. Also, added dependencies for the same in pom.xml.
Since, I am also using parallel plugin, I also added following information in c…
-
[cucumber-report.zip](https://github.com/gkushang/cucumber-html-reporter/files/4901532/cucumber-report.zip)
ScreenShot and afterStep/beforeStep hooks are not attached to Cucumber Report with cucu…