kiwitcms / junit-plugin

JUnit plugin for Kiwi TCMS
http://kiwitcms.org
GNU General Public License v3.0
4 stars 5 forks source link

Add Java stacktrace as comment in TestExecution #51

Open atodorov opened 5 years ago

atodorov commented 5 years ago

KiwiTcmsExtension.afterEach appears to already store the stack trace as test.exception where the list of all test results is passed down to TestDataEmitter.addTestResultsToRun but not used down the line.

abuze-tecovin commented 1 year ago

+1 on this. If it's already stored to a test it should also be send to Kiwi