paypal / nemo-screenshot

Plugin for Nemo testing framework for adapting selenium screenshot capabilities
Other
12 stars 26 forks source link

generate uncaught exception screenshot filename from current test title #39

Closed jugend closed 8 years ago

jugend commented 8 years ago

@grawk setCurrentTestTitle allows us to override the default uncaught exception screenshot filename. For mocha this could be set in beforeEach which could be declared a plugin to avoid the boilerplate for each test spec.

Also fixed uncaught exception infinite loop issue and a misplaced timeout.

jugend commented 8 years ago

Closing this, will submit another pull for the develop branch.