-
## Error in jenkins console
[Cucumber Tests] Parsing results.
[Cucumber Tests] parsing cucumber.json
ERROR: Publisher org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberTestResultArchiver aborted…
-
Hello,
First of all, thank you very much for the excellent work on the cucumber-reporting. I have just set up a project that uses the mojo, and it works very well.
Do you intend to also add support f…
-
After setting Jenkins to run a script to test same feature files over multiple devices, the generated feature reports are using the same name, so only the latest one is surviving. So you can see the d…
-
After updating the Cucumber Reports Plugin from 0.1.0 to 1.0.0 reports no longer work for projects that have a space in the name.
Hinted by the error message using unescaped path as /My Test/ I tried …
-
Hi! I'm trying to use zucchini for multi-thread execution of BDD tests previously run by the Junit runner and get the following error all the time:
Exception in thread "firefox" java.lang.NoSuchMethod…
-
I upgraded jenkins to cucumber-reports net.masterthought.jenkins:cucumber-reports:1.0.0
It looks like this:
![jenkins-cucumber-reports-poorcss](https://cloud.githubusercontent.com/assets/11349883/119…
-
I cant view the reports after its been generated. I get this error when following the Cucumber report link http://host:8080/job/PROJECT/140/cucumber-html-reports/?
com.google.gson.JsonSyntaxException:…
-
These exceptions are being written to the log file every 5 seconds and thus result in a very large log file. The only work around is to run logrotate every hour, but I still get extremely large log f…
timja updated
8 years ago
-
```
void test()
{
auto safe = 1;
}
```
"declaration or storage class expected, got safe"
-
```
null
java.lang.NullPointerException
at net.masterthought.dlanguage.utils.DUtil.findDefinitionNode(DUtil.java:148)
at net.masterthought.dlanguage.utils.DUtil.findDefinitionNode(DUtil.java:3…