Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-1044

Changed behaviour of TestNG test execution after implementing runOrder support

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.16
    • 2.17
    • TestNG support
    • None

    Description

      I have some code automation around TestNG listeners. And I notice different behaviour of maven-surefire-plugin 2.15 and 2.16.

      In 2.15 In method org.testng.TestNG.run during execution contains 1-XmlTestSuite with 1-XmlTest with 2 XmlClass inside.
      I've also checked InteliJ org.testng.RemoteTestNG he has the same state during execution.

      But in 2.16 we have 2-XmlTestSuite with 1-XmlTest with 1 XmlClass inside.

      As a result TestNG initialise two IInvokedMethodListener instead of one.
      Is this expected behaviour?
      Example of test code I put here

      https://github.com/skabashnyuk/mvntestng

      Attachments

        Issue Links

          Activity

            People

              agudian Andreas Gudian
              ksmster Sergii Kabashniuk
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: