UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

9 lines (7 loc) 160 B
'use strict' const expect = require('chai').expect describe('A pending Suite', () => { xit('pending test', () => { expect(1).to.equal(1) }) })