Parse Disabled Jobs in JUnit Test report

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Unresolved
    • None
    • Component/s: Tests
    • None
    • 0
    • 2

      Problem Definition

      "Disabled" tests are not parsed in Bamboo

      Suggested Solution

      Add support for Disabled tests, which are:

      • counted as an attribute in the testclass
      • summed in testsuite and testsuites
      • shown by status="norun" in testcase

      For example:

      <testsuites disabled="1" errors="0" failures="0" name="tests" skipped="0" tests="7" time="1111111111" timestamp="2018-08-24T00:39:43">
      	<testsuite disabled="0" errors="0" failures="0" name="suite 1" tests="1" time="123">
      		<testcase classname="test 1" name="test 1" status="run" time="123"/>
      	</testsuite>
      	<testsuite disabled="1" errors="0" failures="0" name="suite 2" tests="1" time="0.0000">
      		<testcase classname="test 2" name="test 2" status="norun" time="0.0000"/>
      	</testsuite>
      ...
      </testsuites>
      

      Workaround

      There is no workaround at this time.

            Assignee:
            Unassigned
            Reporter:
            Ellie Z
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: