jest-nunit-reporter
Version:
A NUnit test report formatter for Jest.
14 lines (13 loc) • 588 B
text/xml
<test-suite name="src/foo.bar.spec.js" time="5" executed="True" success="False" result="Failure" type="TestFixture">
<results>
<test-case name="boo/foo should foo the bar" executed="True" result="Failure" time="0">
<failure>
<message>Assertion error</message>
<stack-trace> at Object.shallow (file.js:5:15)
at ReactShallowRenderer._mountClassComponent (file2.js:182:37)</stack-trace>
</failure>
</test-case>
<test-case name="boo/foo should foofoo the baz" executed="True" result="Success" time="0">
</test-case>
</results>
</test-suite>