Testamation Framekwork
Authors: Ratha Long & Paul Jacobs
Functional/integration test framework for web projects
License |
License |
---|---|
GroupId | GroupIdcom.github.rlon008 |
ArtifactId | ArtifactIdtestamation-core |
Last Version | Last Version1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA functional/integration almost-black-box testing framework for web application
|
Filename | Size |
---|---|
testamation-core-1.3.pom | |
testamation-core-1.3.jar | 104 KB |
testamation-core-1.3-sources.jar | 88 KB |
testamation-core-1.3-javadoc.jar | 561 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rlon008/testamation-core/ -->
<dependency>
<groupId>com.github.rlon008</groupId>
<artifactId>testamation-core</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-core/
implementation 'com.github.rlon008:testamation-core:1.3'
// https://jarcasting.com/artifacts/com.github.rlon008/testamation-core/
implementation ("com.github.rlon008:testamation-core:1.3")
'com.github.rlon008:testamation-core:jar:1.3'
<dependency org="com.github.rlon008" name="testamation-core" rev="1.3">
<artifact name="testamation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rlon008', module='testamation-core', version='1.3')
)
libraryDependencies += "com.github.rlon008" % "testamation-core" % "1.3"
[com.github.rlon008/testamation-core "1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.8 |
org.apache.pdfbox : pdfbox | jar | 1.8.10 |
org.seleniumhq.selenium : selenium-java | jar | 2.53.1 |
org.seleniumhq.selenium : selenium-api | jar | 2.53.1 |
xml-apis : xml-apis | jar | 1.4.01 |
dumbster : dumbster | jar | 1.6 |
javax.mail : mail | jar | 1.4.7 |
com.github.rlon008 : testamation-common | jar | 1.3 |
com.github.rlon008 : testamation-test-common | jar | 1.3 |
com.fasterxml.jackson.core : jackson-core | jar | 2.4.6 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.4.6 |
org.apache.sshd : sshd-sftp | jar | 0.11.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-beans | jar | 4.3.14.RELEASE |
org.springframework : spring-context | jar | 4.3.14.RELEASE |
org.springframework.boot : spring-boot-autoconfigure | jar | 1.5.10.RELEASE |
org.springframework : spring-web | jar | 4.3.14.RELEASE |
org.springframework : spring-orm | jar | 4.1.7.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |
org.springframework : spring-jdbc | jar | 4.3.14.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
Functional/integration test framework for web projects