UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

14 lines (10 loc) 303 B
'use strict' const reporter = require('./../../../build/reporter') describe('Suite with environments', () => { it('First case', () => { reporter.addEnvironment('ENVIRONMENT', 'TEST') }) it('Second case', () => { reporter.addEnvironment('ENVIRONMENT', 'Firefox') }) })