w

webtestfixtures

WebTest Fixtures are an extension to FIT/FitNesse that implement a customer-friendly language for web testing, utilising Selenium Remote Control. WebTest runs inside FitNesse, allowing you to integrate web UI tests into an automated build system, and use other FitNesse fixtures to talk to your domain model, prepare and verify database changes during Web UI tests. Both .NET and Java FitNesse runners are supported, and the library is released under GPL.
http://www.fitnesse.info/webtest
GNU General Public License
文件下载
文件名 操作
webtestfixtures-2.0.1.3.jar 下载
webtestfixtures-2.0.1.3.pom 下载
webtestfixtures-2.0.1.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.webtestfixtures</groupId>
  <artifactId>webtestfixtures</artifactId>
  <version>2.0.1.3</version>
</dependency>
Gradle Groovy
implementation 'net.sf.webtestfixtures:webtestfixtures:2.0.1.3'
Gradle Kotlin
implementation("net.sf.webtestfixtures:webtestfixtures:2.0.1.3")
Scala SBT
libraryDependencies += "net.sf.webtestfixtures" % "webtestfixtures" % "2.0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.webtestfixtures', module='webtestfixtures', version='2.0.1.3')
)
Apache Ivy
<dependency org="net.sf.webtestfixtures" name="webtestfixtures" rev="2.0.1.3" />
Leiningen
[net.sf.webtestfixtures/webtestfixtures "2.0.1.3"]
Apache Buildr
'net.sf.webtestfixtures:webtestfixtures:jar:2.0.1.3'