UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

14 lines (10 loc) 278 B
'use strict' const reporter = require('./../../../build/reporter') describe('Suite with stories', () => { it('Test #1', () => { reporter.story('Story label for Test #1') }) it('Test #2', () => { reporter.story('Story label for Test #2') }) })