UNPKG

wdio-workflo-allure-reporter

Version:

This is a customized version of wdio-workflo-allure-reporter for use with workflo framework.

11 lines (8 loc) 193 B
'use strict' const expect = require('chai').expect describe('A pending Suite', () => { xit('pending test', () => { expect(1).to.equal(1) }) it('test without function') })