com.github.rlon008:testamation-core

A functional/integration almost-black-box testing framework for web application

License

License

GroupId

GroupId

com.github.rlon008
ArtifactId

ArtifactId

testamation-core
Last Version

Last Version

1.3
Release Date

Release Date

Type

Type

jar
Description

Description

A functional/integration almost-black-box testing framework for web application

Download testamation-core

How to add to project

<!-- 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"]

Dependencies

compile (12)

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

provided (7)

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

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Testamation Framekwork

Authors: Ratha Long & Paul Jacobs

Functional/integration test framework for web projects

Versions

Version
1.3
1.2
1.1
1.0