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.

  • Close this issue

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

Screenshot_2019-06-18_at_11.18.44

Expected

It should also show the Limit vertical whitespace to a single empty line. Currently 2. text from the example.

Edited Sep 08, 2025 by 🤖 GitLab Bot 🤖
Assignee Loading
Time tracking Loading