UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

11 lines (9 loc) 228 B
'use strict' describe('A broken Suite', () => { it('with broken test', () => { return browser .url('/index.html') .waitForExist('#clickable') .click('.missing-element') }) })