-
Hi,
I thought I'd be able to get json output with cucumber jvm by using system props:
```
clojure -J-Dcucumber.options="-p json:target/x.json" -Sdeps '{:deps {lambdaisland/kaocha {:mvn/version …
-
I have been running the parallel test using jvm-cucumber and extent report and it generate the different report folder for each nodes (browser) ,But I need the single report for all the test (node te…
-
Hey there!
Is there any chance the Cucumber JVM version could be upgraded to the latest? I'd like to be able to use `cucumber.api.TypeRegistryConfigurer`.
Thanks!
-
com.intellij.diagnostic.PluginException: Cannot create extension (class=io.nimbly.tzatziki.TzCucumberJavaRunConfigurationProducer) [Plugin: io.nimbly.tzatziki]
at com.intellij.serviceContainer.Compo…
-
## Summary ##
Cucumber currently supports Kotlin by using Java Annotations or Lambda based step definitions. This works because Java and Kotlin can interoperate. This does however fails to leverage s…
-
**Is your feature request related to a problem? Please describe.**
I would like to capture the URL of the published report so I can notify an external system with the report URL.
**Describe the …
-
The cobertura plugin in maven pom.xml is:
```xml
org.codehaus.mojo
cobertura-maven-plugin
2.7
…
maxwu updated
7 years ago
-
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.c…
-
Maybe I am mistaken so papologies if I am wrong. But it is not possible to pass a system property via comman line when executing cucumber?
For example I have been trying the follwoing:
sbt -Dbrowser…
-
Hi,
How is it possible to pass the product name and product version meta data so its included in the new html report?
I'm using cucumber jvm 6.9.1 and the html plugin.
Cheers
Andy