JustTestLah! Galen

JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.

License

License

GroupId

GroupId

qa.justtestlah
ArtifactId

ArtifactId

justtestlah-galen
Last Version

Last Version

1.9-RC4
Release Date

Release Date

Type

Type

jar
Description

Description

JustTestLah! Galen
JustTestLah! is a JAVA test framework targeting projects that support multiple platforms, in particular Web, Android and iOS. It follows a BDD approach and allows testing against all platforms using the same feature files. JustTestLah's main aim is to make the configuration and the actual test code as easy as possible.

Download justtestlah-galen

How to add to project

<!-- https://jarcasting.com/artifacts/qa.justtestlah/justtestlah-galen/ -->
<dependency>
    <groupId>qa.justtestlah</groupId>
    <artifactId>justtestlah-galen</artifactId>
    <version>1.9-RC4</version>
</dependency>
// https://jarcasting.com/artifacts/qa.justtestlah/justtestlah-galen/
implementation 'qa.justtestlah:justtestlah-galen:1.9-RC4'
// https://jarcasting.com/artifacts/qa.justtestlah/justtestlah-galen/
implementation ("qa.justtestlah:justtestlah-galen:1.9-RC4")
'qa.justtestlah:justtestlah-galen:jar:1.9-RC4'
<dependency org="qa.justtestlah" name="justtestlah-galen" rev="1.9-RC4">
  <artifact name="justtestlah-galen" type="jar" />
</dependency>
@Grapes(
@Grab(group='qa.justtestlah', module='justtestlah-galen', version='1.9-RC4')
)
libraryDependencies += "qa.justtestlah" % "justtestlah-galen" % "1.9-RC4"
[qa.justtestlah/justtestlah-galen "1.9-RC4"]

Dependencies

compile (9)

Group / Artifact Type Version
qa.justtestlah : justtestlah-core jar 1.9-RC4
com.galenframework : galen-core jar 2.4.4
org.slf4j : slf4j-api jar 2.0.0-alpha1
com.codeborne : selenide jar 5.14.2
jakarta.annotation : jakarta.annotation-api jar 1.3.5
org.springframework : spring-context jar 5.2.9.RELEASE
org.springframework : spring-beans jar 5.2.9.RELEASE
io.cucumber : cucumber-java jar 6.7.0
org.apache.commons : commons-lang3 jar 3.11

Project Modules

There are no modules declared in this project.

./src/site/markdown/index.md

Versions

Version
1.9-RC4
1.9-RC3
1.9-RC2
1.9-RC1
1.8
1.8-RC3
1.8-RC2
1.8-RC1