s

seleniumhtmlreport

This is an hudson plugin to visualize the results of selenium tests
http://wiki.hudson-ci.org/display/HUDSON/seleniumhtmlreport+Plugin
Marco Machmer
文件下载
文件名 操作
seleniumhtmlreport-0.9.jar 下载
seleniumhtmlreport-0.9.pom 下载
seleniumhtmlreport-0.9-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.jvnet.hudson.plugins</groupId>
  <artifactId>seleniumhtmlreport</artifactId>
  <version>0.9</version>
  <type>hpi</type>
</dependency>
Gradle Groovy
implementation 'org.jvnet.hudson.plugins:seleniumhtmlreport:0.9'
Gradle Kotlin
implementation("org.jvnet.hudson.plugins:seleniumhtmlreport:0.9")
Scala SBT
libraryDependencies += "org.jvnet.hudson.plugins" % "seleniumhtmlreport" % "0.9"
Groovy Grape
@Grapes(
  @Grab(group='org.jvnet.hudson.plugins', module='seleniumhtmlreport', version='0.9')
)
Apache Ivy
<dependency org="org.jvnet.hudson.plugins" name="seleniumhtmlreport" rev="0.9" />
Leiningen
[org.jvnet.hudson.plugins/seleniumhtmlreport "0.9"]
Apache Buildr
'org.jvnet.hudson.plugins:seleniumhtmlreport:jar:0.9'