JUnit Importer "blocked" status

Hello,

I’m trying to import a JUnit xml File with a blocked TestCase. Unfortunately I cannot get this to work.
In v1.10.1 you added support for “untested” and “skipped” status for the JUnit Importer.

Can you add support for “blocked” status as well?
If there already is, how would the xml look like?

Currently I’m trying:

<testcase name="First_Deploy" time="15.865113" timestamp="2025-07-08T08:10:50.607192" status="blocked" />

regards
Martin

Hello Martin,

The “blocked” status is currently not supported by the importer (manual and automation), but would be easy to add.

The XML would look like the example you posted (status isn’t really a standard attribute in JUnit, but some frameworks use it)

Which test framework are you using to output JUnit results?

Regards,
Michael

I’m using a custom test framework written in python.

Thanks, we are going to add the “blocked” status in the next release

The support for the “blocked” status was just released:

Best regards,
Alex

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.