t

thucydides

An Acceptance Testing framework for web applications based on WebDriver, and integrating with JUnit and net.thucydides.easyb.
www://github.com/wakaleo/thucydides
The Apache Software License, Version 2.0
Wakaleo Consulting
John Ferguson Smart
Files download
File Operation
thucydides-0.6.2.pom download
Apache Maven
<dependency>
  <groupId>net.thucydides</groupId>
  <artifactId>thucydides</artifactId>
  <version>0.6.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.thucydides:thucydides:0.6.2'
Gradle Kotlin
implementation("net.thucydides:thucydides:0.6.2")
Scala SBT
libraryDependencies += "net.thucydides" % "thucydides" % "0.6.2"
Groovy Grape
@Grapes(
  @Grab(group='net.thucydides', module='thucydides', version='0.6.2')
)
Apache Ivy
<dependency org="net.thucydides" name="thucydides" rev="0.6.2" />
Leiningen
[net.thucydides/thucydides "0.6.2"]
Apache Buildr
'net.thucydides:thucydides:jar:0.6.2'