Issue Type: Bug Bug
Affects Versions: 4.x
Assignee: Unassigned
Components: Web Selenium
Created: 23/Nov/12 4:17 AM
Description:

Hello !

I'm new to JBehave, I've run my project with version 3.7.3 until now without many problems.

I just tried to use the 4.0-beta-2 version to have steps timings, looks to work well, but I have an issue in WebDriverScreenshotOnFailure.afterScenarioFailure() :

The UUIDExceptionWrapper uuidWrappedFailure is NULL.

I didn't change many things in my configuration from 3.7.3 to 4.x

I do not have all the skills needed to catch why that value is null, maybe something wrong in the framework, or a misconfiguration from my part ?

Here is the trace :

org.jbehave.web.selenium.WebDriverScreenshotOnFailure.afterScenarioFailure(org.jbehave.core.failures.UUIDExceptionWrapper) (ECHEC)
(org.jbehave.core.failures.BeforeOrAfterFailed: Method afterScenarioFailure (annotated with @AfterScenario in class org.jbehave.web.selenium.WebDriverScreenshotOnFailure) failed: java.lang.NullPointerException)

org.jbehave.core.failures.BeforeOrAfterFailed: Method afterScenarioFailure (annotated with @AfterScenario in class org.jbehave.web.selenium.WebDriverScreenshotOnFailure) failed: java.lang.NullPointerException
at org.jbehave.core.steps.StepCreator$BeforeOrAfterStep.perform(StepCreator.java:462)
at org.jbehave.core.steps.StepCreator$FailureStep.doNotPerform(StepCreator.java:519)
at org.jbehave.core.embedder.PerformableTree$SomethingHappened.run(PerformableTree.java:285)
...

Thanks a lot !

Environment: Project based on ETSY tutorial
Project: JBehave
Priority: Major Major
Reporter: Damien LG
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to