Skip to content

🚀 Feature: Add separate category for "skipped" tests besides "pending" #1815

Open

Description

Summary example

  27 passing (1m)
  2 pending
  1 failing

You know, you can skip tests with .skip() and these appear in the summary at the end under the pending category which is IMO not correct. Pending != Skipped. Pending can be interpreted as "not completed yet" whereas "skipped" can mean, code is not complete yet or is breaking for whatever reason.

Any chance skipped tests can be summarised under a new group, i.E.

  27 passing (1m)
  2 skipped
  1 failing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    semver-majorimplementation requires increase of "major" version number; "breaking changes"status: blockedWaiting for something else to be resolvedtype: featureenhancement proposal

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions