-
Hey,
I've gone through all of the related issues I could find related to this, but I still would like to ask.
Cucumber4 + TestNG require a SkipException to be thrown if you want to mark a scenario…
-
Hello. I ran into a problem running tests. In jenkins and eclipse on Windows there are no problems running the project. But in Ubuntu 23.10, IntelliJ IDEA 2022.1.2. I'm facing the same problem. Plugin…
-
### What happened?
When using driver register method , error -> java.lang.NoSuchMethodError: 'java.util.function.Function org.openqa.selenium.devtools.ConverterFunctions.map
Context: Upgrading se…
-
### What feature do you want to see added?
Hi guys! TestNG has elegant flaky tests retry functionality and it is compatible with Cucumber. But all statuses in the Cucumber.json file for retried tests…
-
**Desktop (please provide environment info):**
- OS: Linux Mint 20.2
- IDE: Intellij IDEA 2021.2.3 Community
- Plugin Version 1.26.2
**D compiler and tools (please provide version numbers):**…
-
hi
after installing plugin on jenkins I am trying generate report but some how its not working,
this is my cucumber runner class
@CucumberOptions(features = "src/test/resources/feature", plugin = {…
-
When a json file beng passed to the library to build the html file is large, an error is being thrown. The error is:
"is not a valid Cucumber report! String length (20054016) exceeds the maximum len…
-
Hi @prashant-ramcharan ,
I am having an issue while overriding the cucumber tags from the maven CLI, please find below the details:
The tag in the runner file is as follows:
**tags = "@Login …
-
### What happened?
After update to selenium 4.14.1 from selenium 4.13.0 cucumber reporting masterthought maven-cucumber-reporting stopped generating reports with a use of maven command: mvn verify -D…
-
Hi!
This might be a very common issue but I'm not sure what I'm doing wrong, honestly!
I've added the code from the main page in my @After scenario like this:
```
@After
public void after(…