Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-6913

DataProvider based TestNG tests are improperly reported

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: Medium Medium
    • None
    • 2.7 M7
    • Tests
    • None

      I write quite a lot of DataProvider tests.
      In essence, this means the same test method is executed multiple times, with different parameters.
      TestNG reports them as:
      myTestMethod("First param")
      myTestMethod("Second param")
      myTestMethod("Third param")

      However, Bamboo seems to only take the test method name into account, not the params.
      As the result, if the test fails for the "Second param", I get the report only for the first ("First param") execution

              Unassigned Unassigned
              sginter SlawekA (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: