License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdio.github.martinschneider |
ArtifactId | ArtifactIdjusttestlah-parent |
Last Version | Last Version1.6 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJustTestLah!
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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
justtestlah-parent-1.6.pom | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-parent/ -->
<dependency>
<groupId>io.github.martinschneider</groupId>
<artifactId>justtestlah-parent</artifactId>
<version>1.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-parent/
implementation 'io.github.martinschneider:justtestlah-parent:1.6'
// https://jarcasting.com/artifacts/io.github.martinschneider/justtestlah-parent/
implementation ("io.github.martinschneider:justtestlah-parent:1.6")
'io.github.martinschneider:justtestlah-parent:pom:1.6'
<dependency org="io.github.martinschneider" name="justtestlah-parent" rev="1.6">
<artifact name="justtestlah-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.martinschneider', module='justtestlah-parent', version='1.6')
)
libraryDependencies += "io.github.martinschneider" % "justtestlah-parent" % "1.6"
[io.github.martinschneider/justtestlah-parent "1.6"]