mettle icon indicating copy to clipboard operation
mettle copied to clipboard

Add support for source location in xUnit

Open polter-rnd opened this issue 1 year ago • 0 comments

In CI it is very useful to have information about location of the failed tests.

In JUnit <testcase> has optional file and line attributes for such purpose: https://github.com/testmoapp/junitxml

Added them to xunit driver, updated tests.

polter-rnd avatar Mar 15 '25 23:03 polter-rnd