-
I can see that cucumber report is getting generated and displaying on the main page but is there any location where we can store this HTML in jenkins workspace?
I am running Jenkins in unix.
-
### Jenkins and plugins versions report
Environment
```text
cucumber-report version: 5.7.0
```
### What Operating System are you using (both controller, and any agents invol…
-
All the best!
I am currently developing an api in Java with Javalin, Reactor-core and Guice.
What my api does is expose an endpoint to run some Karate tests.
Because of this, we had to move the Kar…
-
### Jenkins and plugins versions report
Environment
Cucumber - 5.7.0 version
### What Operating System are you using (both controller, and any agents involved in the problem)?
Windows
#…
-
https://github.com/jenkinsci/cucumber-reports-plugin/blob/22a9358af8675bcfd2d12cb943322dd7e2babc4c/src/main/java/net/masterthought/jenkins/CucumberReportPublisher.java#L342
The field skippedAsNotF…
-
I use Karate with Gatling and Selenium. I used to get response on console before. But since about 2 weeks The response is not displayed in console.
pom.xml :
```
8
8
…
-
**Desktop (please provide environment info):**
- OS: MacOs Monterey 12.6.3 (M1 pro apple chip)
- IDE: IntelliJ IDEA 2022.3.2 (Community Edition)
- Plugin Version 1.29.3
**D compiler and tools…
-
version 1.28.4 (same commit)
on running `./gradlew runIde` from develop branch I got following stack trace:
```
Cannot read scheme com.intellij.configurationStore.SchemeManagerIprProvider: Dlan…
-
Given path 'api/project/write/updateProject'
And request prjct
When method post
Then status 200
#And print response
And string NewprjctId = response.projectId
Given path 'api/project/findProject…
-
While I am executing the below script, driver is setting up only in the first execution
```
System.setProperty("webdriver.edge.verboseLogging", "true");
EdgeDriverService edgeDriverServ…