Skip to content

Support "pending/skipped" tests #10

Open
@munderseth

Description

Support the pending event (https://github.com/mochajs/mocha/wiki/Third-party-reporters).

tests using either approach:

it.skip('case1', () => { });
it('case2 - pending');

This issue is not addressing skipped cases due to a beforeEach hook failure.

Metadata

Assignees

No one assigned

    Labels

    testTest needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions