-
Reports are failing in pipelines after new update.
Pipeline v2.2; BlueOcean v1.1.4.
p.s. Rollback to 3.9.0 helps
Stack trace:
```
java.lang.NullPointerException: Name is null
at java.lang.Enu…
-
- Plugin Name: D Language
- Plugin Version: 1.13.1-SNAPSHOT
- OS Name: Windows 10
- Java version: 1.8.0_144
- Java vm vendor: Oracle Corporation
- App Name: IDEA
- App Full Name: IntelliJ IDEA
- App V…
-
Hey,
I have a java.lang.NullPointerException error when I am trying to generate report at Jenkins.
java.lang.NullPointerException
at net.masterthought.cucumber.json.Element.calculateStepsStat…
-
![capture](https://user-images.githubusercontent.com/29391036/38401188-b30d6a7e-3997-11e8-865b-19eee33454ff.PNG)
-
Hello,
I try with this plugin to generate one report for multiple json files.
The problem is the tag cucumberOutput must be one file and is take only one times.
So when we have more than one te…
-
hi all,
Can you please help me sort out issue which I encountered.
Versions:
Cucumber Plugin Version: 3.9.0
Jenkins Version: Jenkins ver. 2.62
I have included the cucmber.json and nivoslider.…
-
Hi
Im using cucumber jvm 2.0.1 & selenium 3.6.0 and my embedded screenshots are not getting attached to the report, i think the difference/problem is that https://github.com/damianszczepanik/cucumber…
-
You have the following block of code there:
```
if (checkBuildResult) {
boolean buildResult = reportBuilder.hasBuildPassed();
if (!buildResult) {
throw new MojoExecutionException("BUI…
-
My build numbers look like "20170919.3", which is a valid number (a float), which makes `NumberUtils.isCreatable(buildNumber)` return `true` in AbstractPage's `buildGeneralParameters`, but then it's t…
-
I've just updated to version 3.1.0 of maven-cucumber-reporting. After the update, I am now seeing the following error message
```text
[INFO]
[INFO] --- maven-cucumber-reporting:3.1.0:generate (…