Skip to content

Add mapping for TestOutcome.None to the UnitTestOutcome enum to achieve NotExecuted behaviour in VSTS.  #217

Closed

Description

Description

There is no way to create a custom TestMethodAttribute which will return the Not Executed state for the test. With what is available today one can only get Passed/Failed/Skipped. We want to closely monitor amount of Ignored tests as they “pollute” the codebase. So if we use the Skipped(Inconclusive) outcome we won’t be able to distinguish the Ignored tests from the tests which were not supposed to run based on the custom attribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Help-WantedThe issue is up-for-grabs, and can be claimed by commenting

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions