Hello, i have a problem with testiny-importer testrun, when i try to import this two XML Junit reports:
<testcase classname="test" name="test" status="skipped" time="">
<skipped type=" " message="">
</skipped>
</testcase>
<testcase classname="test" name="test" status="untested" time="">
<untested type=" " message="">
</untested>
</testcase>
The testiny status result is passed, although I have indicated that it is a test in “skipped” and “untested” status.
When i try with these two XML Junit reports it works perfectly:
<testcase classname="test" name="test" status="passed" time="">
</testcase>
<testcase classname="test" name="test" status="error" time="">
<error type=" " message="">
</error>
</testcase>