Docs - product feedback: Failure message is not shown in web interface
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
When using junit file generated by swiftlint gitlab doesn't show message parameter from failure tag in the web interface.
Example of junit output:
<?xml version="1.0" encoding="utf-8"?>
<testsuites>
<testsuite>
<testcase classname='Formatting Test' name='Project/ViewModels/SomeViewModel.swift'>
<failure message='Limit vertical whitespace to a single empty line. Currently 2.'>warning:
Line:46 </failure>
</testcase>
</testsuite></testsuites>
In gitlab system output is showing only:
warning:
Line:46
Expected
It should also show the Limit vertical whitespace to a single empty line. Currently 2. text from the example.
Edited by 🤖 GitLab Bot 🤖
