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

rerunFailingTestsCount does not run failed tests if forkCount and surefire-junit47 is used

    XMLWordPrintableJSON

Details

    Description

      The rerun won't be executed with plugin configuration

                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-surefire-plugin</artifactId>
                      <version>2.19</version>
                      <configuration>
                          <forkCount>2</forkCount>
                          <rerunFailingTestsCount>3</rerunFailingTestsCount>
                      </configuration>
                      <dependencies>
                          <dependency>
                              <groupId>org.apache.maven.surefire</groupId>
                              <artifactId>surefire-junit47</artifactId>
                              <version>2.19</version>
                          </dependency>
                      </dependencies>
                  </plugin>
      

      Attachments

        Activity

          People

            tibordigana Tibor Digana
            tibordigana Tibor Digana
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: