UNPKG

wdio-allure-reporter

Version:

A WebdriverIO plugin. Report results in Allure format.

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 }) })