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.9.268.pom download
Apache Maven
<dependency>
  <groupId>net.thucydides</groupId>
  <artifactId>thucydides</artifactId>
  <version>0.9.268</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.thucydides:thucydides:0.9.268'
Gradle Kotlin
implementation("net.thucydides:thucydides:0.9.268")
Scala SBT
libraryDependencies += "net.thucydides" % "thucydides" % "0.9.268"
Groovy Grape
@Grapes(
  @Grab(group='net.thucydides', module='thucydides', version='0.9.268')
)
Apache Ivy
<dependency org="net.thucydides" name="thucydides" rev="0.9.268" />
Leiningen
[net.thucydides/thucydides "0.9.268"]
Apache Buildr
'net.thucydides:thucydides:jar:0.9.268'