UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

9 lines (7 loc) 269 B
'use strict' const reporter = require('./../../../build/reporter') describe('Create Custom Step', () => { it('Case with custom step', () => { reporter.createStep('Custom Step Label', 'Custom Step Attachment Body', 'Custom Step Attachment Label') }) })