Convert the saved xml report to a Junit report
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Convert the saved xml report to a Junit report
hello guys,
Did anybody tried to convert the XML report generated by TestComplete into a JUnit report in order to be able to integrate it in Jenkins ? We are not using the TestComplete Jenkins plugin since it's not really suited for our needs so we were thinking of actually converting the XML report into a JUnit format. Could somebody help me ?
Thanks.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I haven't tried to do this myself, but what about the Jenkins plugin doesn't work for you?
Thanks,
Carson
Click the Accept as Solution button if my answer has helped
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a strange way of starting the job - lots of prerequisites before, but let's say we can bypass that. The most annoying thing is that there is nowhere in the report, that TestComplete provides, the build or version of the application you are executing your tests on. In order to manage that, we are modifying the report and insert the version number of the application as a tree node in the final report.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could just echo the build number to a text file in your work space directory and read that in at the start of your Test Complete projects and log a message, that's at least what we do.
Thanks,
Carson
Click the Accept as Solution button if my answer has helped
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Uhhh, great idea 🙂 I need to try this and see if this might work 🙂 Thanks
