Provide option to treat unit tests with no reported status as Failed (vs. Ignored as they are now)

Issue #575 resolved
Scott Wells repo owner created an issue

Recently I fixed a bug where Salesforce would not report test completion status for test methods when the overall run fails due to an invalid compilation state. Right now I'm marking those tests as Ignored, but a user has asked if they could be marked as Failed instead so that the Rerun Failed Tests action would include them.

I think I'll implement this as a global configuration option for unit tests with the default value of Ignored and the ability to switch to Failed if desired.

Comments (2)

  1. Log in to comment