D

DolphinNG

DolphinNG provides set of very useful addons for testNG. Most important features that it supports are condensed smart reports, auto creation of jira ticets for test failures, linking test fails to jira tickets, progress reporting during test runs.
https://github.com/basavaraj1985/DolphinNG
The Apache License, Version 2.0
Basavaraj M
Files download
File Operation
DolphinNG-1.3.0.jar download
DolphinNG-1.3.0.pom download
DolphinNG-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.basavaraj1985</groupId>
  <artifactId>DolphinNG</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.basavaraj1985:DolphinNG:1.3.0'
Gradle Kotlin
implementation("com.github.basavaraj1985:DolphinNG:1.3.0")
Scala SBT
libraryDependencies += "com.github.basavaraj1985" % "DolphinNG" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.basavaraj1985', module='DolphinNG', version='1.3.0')
)
Apache Ivy
<dependency org="com.github.basavaraj1985" name="DolphinNG" rev="1.3.0" />
Leiningen
[com.github.basavaraj1985/DolphinNG "1.3.0"]
Apache Buildr
'com.github.basavaraj1985:DolphinNG:jar:1.3.0'