Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-47796

Allow to show full message for skipped test cases.

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Minor Minor
    • junit-plugin
    • None
    • Junit plugin version 1.21
      Jenkins version: 2.60.3

      When I am looking to skipped tests during collections from pytest in our jenkins instance , I can see in test report just short message.

      Skip Message

      collection skipped

       

      But as you can see we added full message from pytest as you can see here in report: 

      <?xml version="1.0" encoding="utf-8"?><testsuite errors="0" failures="0" name="pytest" skips="1" tests="1" time="5.672"><properties><testcase classname="test_1" file="test1.py" name="TestCase1" time="0"><skipped message="collection skipped">Skipped: This test is supposed to run on STORAGES: (iscsi), but this execution is just running on STORAGES: (nfs)</skipped></testcase></testsuite>

       

      I am not Java developer, but is it possible to add it like I tried here:

      https://github.com/petr-balogh/junit-plugin/commit/master

      If so I can send it as PR.

      Thanks

       

       

       

       

          [JENKINS-47796] Allow to show full message for skipped test cases.

          Petr Balogh created issue -

            Unassigned Unassigned
            pbalogh Petr Balogh
            Votes:
            4 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: