|
||||||||
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 |
- [jbehave-dev] [jira] (JBEHAVE-864) Take screenshot be... Damien LG (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-864) Take screensh... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-864) Take screensh... Damien LG (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-864) Take screensh... Roy de Kleijn (JIRA)
The way JBehave allows snapshots is via the @Before/@After annotations, e.g. in the WebDriverScreenshotOnFailure steps class which can be configured by the user.
We could add another WebDriverScreenshotOnEnd but the problem is that there is no obvious way to inject the name of the path to write the screenshot to. In the case of a failure it's the exception UUID.
If you have a solution you want to share, we'd be happy to consider it.