Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "pending/skipped" tests #10

Open
munderseth opened this issue Apr 11, 2023 · 0 comments
Open

Support "pending/skipped" tests #10

munderseth opened this issue Apr 11, 2023 · 0 comments
Labels
test Test needed

Comments

@munderseth
Copy link
Contributor

munderseth commented Apr 11, 2023

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.

@munderseth munderseth changed the title Support "skipped", "pending", and "errors" tests Support "pending", and "retry" tests Jun 6, 2023
@munderseth munderseth changed the title Support "pending", and "retry" tests Support "pending/skipped" tests Jun 7, 2023
@munderseth munderseth added the test Test needed label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Test needed
Projects
None yet
Development

No branches or pull requests

1 participant