UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

14 lines (10 loc) 272 B
'use strict' const reporter = require('./../../../build/reporter') describe('Suite with features', () => { it('First case', () => { reporter.feature('Test feature 1') }) it('Second case', () => { reporter.feature('Test feature 2') }) })