License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Maven Build Tools Net |
GroupId | GroupIdnet.thucydides.maven.plugins |
ArtifactId | ArtifactIdthucydides-maven-integration-tests |
Last Version | Last Version0.1.6 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThucydides maven plugin integrationtests
An Acceptance Testing framework for web applications
based on WebDriver, and integrating with JUnit and net.thucydides.easyb.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/ -->
<dependency>
<groupId>net.thucydides.maven.plugins</groupId>
<artifactId>thucydides-maven-integration-tests</artifactId>
<version>0.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/
implementation 'net.thucydides.maven.plugins:thucydides-maven-integration-tests:0.1.6'
// https://jarcasting.com/artifacts/net.thucydides.maven.plugins/thucydides-maven-integration-tests/
implementation ("net.thucydides.maven.plugins:thucydides-maven-integration-tests:0.1.6")
'net.thucydides.maven.plugins:thucydides-maven-integration-tests:jar:0.1.6'
<dependency org="net.thucydides.maven.plugins" name="thucydides-maven-integration-tests" rev="0.1.6">
<artifact name="thucydides-maven-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.thucydides.maven.plugins', module='thucydides-maven-integration-tests', version='0.1.6')
)
libraryDependencies += "net.thucydides.maven.plugins" % "thucydides-maven-integration-tests" % "0.1.6"
[net.thucydides.maven.plugins/thucydides-maven-integration-tests "0.1.6"]
Group / Artifact | Type | Version |
---|---|---|
net.thucydides.maven.plugins : maven-thucydides-plugin | maven-plugin | 0.1.6 |
junit : junit | jar | 4.8.2 |
org.slf4j : slf4j-api | jar | 1.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.1 |
org.mockito : mockito-all | jar | 1.8.5 |
org.slf4j : slf4j-simple | jar | 1.6.1 |