Reporting
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Reporting
Is there any way we can create customize reports, like we create like Allure reporting or extent reporting.
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Currently Testcomplete does support export to HTML, XML and MHT file. You can do scripting to customize does.
You can also give it a try to Jenkins, it has very good reporting engine.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @djvakarjoshi1,
You may want to check the following article explaining how to export TC reports to see them in Allure created by @Vallalarasu_P:
Tanya Yatskovskaya
SmartBear Community and Education Manager
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have a doubt about converting Summary to jUnit. When we have warning test - it is converted to passed test. Allure shows all test passed due to it.
If Test Complete will convert warning to junit error - Allure will show test as broken (yellow).
So, should be next:
Log.Error -> junit fialures -> Allure error
Log.Warning -> junit error - > Allure broken
