Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20413

Maven-surefire-plugin

$
0
0

Hi Lance, could you please help me to implement the below from Pom.xml to build.gradle

    <groupId>org.apache.maven.plugins</groupId>
    <artifactId>maven-surefire-plugin</artifactId>
    <version>3.0.0-M3</version>
    <configuration>
      <testFailureIgnore>true</testFailureIgnore>
      <suiteXmlFiles>
        <suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
      </suiteXmlFiles>
      <properties>
        <property>
          <name>reporter</name>
          <value>
            org.testng.reporters.XMLReporter:generateTestResultAttributes=true,generateGroupsAttribute=true
          </value>
        </property>
      </properties>

    </configuration>
  </plugin>

Viewing all articles
Browse latest Browse all 20413

Latest Images

Trending Articles



Latest Images