-
Hi,
Am using latest 0.0.23 plugin in Jenkins job, using BDD framework.
"compile group: 'net.masterthought', name: 'cucumber-reporting', version: '0.0.23'
Whenever driver setup fails bunch of test …
-
Hi,
This plugin seems cool, so I tried this but failed when generating report.
Following error message was shown in jenkins job console.
```
[CucumberReportPublisher] Compiling Cucumber Html Repor…
-
Relates to [#120](https://github.com/damianszczepanik/cucumber-reporting-jenkins/issues/120) on the obsolete fork.
Getting very similar looking results on version 1.0.0. Has only occurred since upgra…
ghost updated
8 years ago
-
the Assert fails - it seems a bit random which file fails though - perhaps the DLexer is not thread safe and intellij indexes concurrently?
Error while indexing /Users/kings/development/projects/DLan…
-
After updating from version 0.0.23 to 0.0.24 i have following exception:
[CucumberReportPublisher] Compiling Cucumber Html Reports ...
[CucumberReportPublisher] copying all json files from slave: c:\…
-
I have a json file in my slave, my slave java version : java version "1.7.0"
my jenkins server java version is : java version "1.6.0"
# json file :
[
{
"description": "aaaaaaaaaaa",
…
-
Having 2076 tests passed and 51 failed I can observe results with 97% pass and 4% failed what means I have executed 101% tests :)
Will try to find out whether this is plugin problem or cucumber-repor…
-
Hi,
I am trying to set up running cucumber reports in a project as smoke tests, and cannot get around a NullPointerException when triggering the profile that runs the plugin. Can you please help?
…
-
So I am generating 3 different reports for this tool
1) the Full run report (1st run of suite) - has its own directory - target/artifacts/target/full-reports/
2) the Rerun report (2nd run of failed t…
-
This is ma below code when i run, i get java.lang.IllegalArgumentException: URI is not hierarchical
public static void generateReports() throws VelocityException, IOException{
String pluginUr…