-
Hi,
I am trying to use the plugin to generate the great reports and I'm getting the following error:
Publishing rails stats report...
[CucumberReportPublisher] Compiling Cucumber Html Reports ...
[C…
-
Following stacktrace is generated:
[CucumberReportPublisher] copying json to reports directory: C:\Users\GPCTAdmin.jenkins\jobs\AcceptanceTestRun_FF_12\builds\2012-06-21_12-06-19\cucumber-html-report…
-
when I just run 1 feature to test out the report generation it works fine but when I run the whole suite (which results in about a 3meg json file) the Report publisher throws this error
```
54 scenar…
-
I've created a fork here https://github.com/dpayne/jenkins-cucumber-jvm-reports-plugin-java
I've added a project overview page, where each json file in the reports directory is a new project. This is …
-
JENKINS JOB WORKSPACE: d:\jenkinsbuildagent\workspace\MyApp\
CUCUMBER JSON FILE LOCATION: d:\jenkinsbuildagent\workspace\MyApp\target\cucumber.json
CUCUMBER REPORT PUBLISHER CONFIG:
JSON REPORTS PATH…
-
I upgraded to the cucumber jvm version 1.0.7 , so that we can see the pretty test results, but this plugin does not seem to work.
Below is how I have my test runners set.
@RunWith(Cucumber.class)
…
-
Hi,
I wanted to create reports from a Maven plugin. Therefore I extracted the generator for the FeatureReport as a simple jar project (https://github.com/PE-INTERNATIONAL/cucumber-jvm-report) and bui…
-
I'm using cucumber-reports 0.0.12 with Jenkins 1.469. After installing the plugin, all plugin configuration options for projects are available. But when I click on any of the 'Cucumber Reports' link, …
-
This plugin looks really nice, but I have a question. In the readme you say its for Freestyle projects only - just wondering why this is?
I think it would be really nice to use this, but our jobs …
-
When running Cucumber tests, an unimplemented step will fail the build (correctly), but the Jenkins reporting plugin fails to mark the feature as failed (or even skipped).
On drilling into the featur…