(options)
| 128 | } |
| 129 | |
| 130 | function wireOnTest(options) { |
| 131 | event.dispatcher.on(event.test.after, test => { |
| 132 | if (!test) return |
| 133 | scheduleScreenshot(test, suffix(test, options, 'test'), options) |
| 134 | }) |
| 135 | } |
| 136 | |
| 137 | function wireOnStep(options, filter) { |
| 138 | let currentTest = null |
no test coverage detected