@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.
@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.