-
Hi ,
**when I run my runner file from maven command line I am getting below message**
RPothine@TCL60017691179 MINGW64 /d/Aug2_Intiliji_latestpull/DM (API-Automation)
$ mvn test
[INFO] Scanning …
-
I've recently discovered the `--retry` option of cucumber-ruby and I've been trying to use it to make my PR builder which reports checks for my very long test suite, a bit more reliable. We have some…
-
cucumber html report is not generated due to the
```
java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonKey
at com.fasterxml.jackson.databind.introspect.JacksonAnnotationIntrosp…
-
Getting below issue while executing test on windows 10
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for bdd:APIFramework:jar…
-
missed this for 0.9.5 as reported here: https://stackoverflow.com/q/60412123/143475
workaround, use old annotation way,
```java
@KarateOptions(features="classpath:karate", tags="~@ignore")
// …
-
### Expected Behavior
No errors when building a project that uses a Kotlin Compiler Plugin during compilation.
That Kotlin Compiler Plugin is provided to the compilation via a custom Gradle Plug…
-
Hi @damianszczepanik I am using 4.8 cucumber-reporting version and I am merging multiple Json files to generate a single over-view html report. I am able to generate it but the Total count of featur…
-
When applying the `@parallel=false` tag at the scenario level, it's running for the scenario after the one that's tagged. Version under test is `1.2.0RC2`:
```.js
@HelloWorld
Feature: TEMP
…
-
Getting warning mime type text/html not supported for scenario.attach(byte [] data, "text/html", "name" ) . Html is not added to step definition in extent pdf report. I am using io.cucumber 6.9.1 vers…
-
Hi Damian - I am using cucumber-maven-reporting 5.6.2 plugin. I have mentioned the path of the trends file and the trends limit in the pom.xml file. However after the test is completed, trends.json is…