violations-lib icon indicating copy to clipboard operation
violations-lib copied to clipboard

Parse JUnit skipped tests as warnings

Open TWiStErRob opened this issue 3 years ago • 1 comments

Thoughts?

(to skip a test either @Ignore it or throw AssumptionViolatedException() e.g. via org.junit.Assume.*)

Background: I just migrated away from my custom parser to the built-in one, and noticed this as one big difference.

reference PR (might need to manually expand JUnitParser.kt)

Happy to pull this, but wanted to check first if you agree.

TWiStErRob avatar Apr 02 '22 12:04 TWiStErRob

I think it sounds good and a PR is welcome!

tomasbjerre avatar Apr 02 '22 12:04 tomasbjerre