UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

10 lines (8 loc) 176 B
'use strict' describe('A passing Suite', () => { it('with passing test', () => { return browser .url('/index.html') .pause(3000) }) })