UNPKG

wdio-workflo-allure-reporter

Version:

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

13 lines (10 loc) 247 B
'use strict' const expect = require('chai').expect describe('"before each" failing', () => { beforeEach(() => { expect(true).to.equal(false) }) it('with passing test', () => { // test content doesn't matter }) })