TestNG-xslt related configuration

13 views
Skip to first unread message

Saurav Raj Vashistha

unread,
Feb 24, 2017, 5:08:26 AM2/24/17
to seleniu...@googlegroups.com
Hi,

I added reporting plugins tags (given below) in pom.xml to generate xslt reports, but it gives build failure.
Anyone knows what's wrong in it.

<reporting>
    <plugins>
    <!-- TestNG-xslt related configuration. -->
      <plugin>
        <groupId>org.reportyng</groupId>
        <artifactId>reporty-ng</artifactId>
        <version>1.2</version>
        <configuration>
          <!-- Output directory for the testng xslt report -->
          <outputdir>/target/testng-xslt-report</outputdir>
          <sorttestcaselinks>true</sorttestcaselinks>
          <testdetailsfilter>FAIL,SKIP,PASS,CONF,BY_CLASS</testdetailsfilter>
          <showruntimetotals>true</showruntimetotals>
        </configuration>
      </plugin>
    </plugins>
  </reporting>
  
 <pluginRepositories>
    <pluginRepository>
      <id>reporty-ng</id>
    </pluginRepository>
  </pluginRepositories>

Reply all
Reply to author
Forward
0 new messages