Closed
Description
openedon Jun 30, 2017
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