-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NullPointerException in HTMLFormatter #283
Comments
I tried to reproduce this, but I don't have enough information about how to reproduce it. Things that would help to know:
|
It might be a before/after hook failing like the other problems. I suspect it's related to the Exception Swallowing problem that I've been working on. This might be a different location, however. |
Did you look at the source for the stack frames?
It looks like it's failing to copy one of the |
Heh, nope, Slow laptop is still booting. I was just noticing a pattern in the stack trace that seemed similar to the other failures. Looking at those parts, it's probably not related at all :) |
We don't have environment info too like operating system. in would be null only if the resource can not be found: http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html#getResourceAsStream%28java.lang.String%29 |
Hi, I got the same problem and I managed to get it right by remove @Cucumber.Options(format = {"pretty", "html:target/cucumber"}). |
Hi, I found the root cause. Actually I need to add another lib called cucumber-html to get this option right. |
This should be fixed in 1.1.1. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
From Shenoy Venugopal on my blog
I assume he is using Cucumber-JVM 1.0.0 or 1.0.1, and the helloworld example.
The text was updated successfully, but these errors were encountered: