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
mgi
July 8, 2025, 9:27am
2
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.
mgi
July 8, 2025, 10:22am
4
Thanks, we are going to add the “blocked” status in the next release
The support for the “blocked” status was just released:
Testiny v1.25.2
Features
Added support for different item types when linking to Basecamp (existing integrations need to be updated in the settings)
Added support for the “blocked” status when importing junit test results (both for automated & manual results)
Bug fixes
Fixed display of zero-valued and empty string custom field values for test cases in test runs
Fixed matching of screenshot file names containing special characters when importing automated test results from mochawesome
Duplicati…
Best regards,
Alex
system
Closed
July 17, 2025, 8:59am
6
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.