xamarin / mono-test-results

CI visualizer for the Mono project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse NUnit xml for test runners that don't use NUnit

akoeplinger opened this issue · comments

e.g. like the runtime test suite which outputs NUnit compatible xml. We'd get valuable data by parsing that file instead of having just the "make -C mono/tests test-wrench" step show up as failed.

This was done.