is not current version
Last Version 0.3.0-beta

io.github.dantegrek:jplay 0.1.1-alpha

This project is a library for testing based on playwright for Java. It provides implemented modern screenplay pattern, and invocation chain based syntax sugar for testing.

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.dantegrek
ArtifactId

ArtifactId

jplay
Version

Version

0.1.1-alpha
Type

Type

jar

Download jplay 0.1.1-alpha


<!-- https://jarcasting.com/artifacts/io.github.dantegrek/jplay/ -->
<dependency>
    <groupId>io.github.dantegrek</groupId>
    <artifactId>jplay</artifactId>
    <version>0.1.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dantegrek/jplay/
implementation 'io.github.dantegrek:jplay:0.1.1-alpha'
// https://jarcasting.com/artifacts/io.github.dantegrek/jplay/
implementation ("io.github.dantegrek:jplay:0.1.1-alpha")
'io.github.dantegrek:jplay:jar:0.1.1-alpha'
<dependency org="io.github.dantegrek" name="jplay" rev="0.1.1-alpha">
  <artifact name="jplay" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dantegrek', module='jplay', version='0.1.1-alpha')
)
libraryDependencies += "io.github.dantegrek" % "jplay" % "0.1.1-alpha"
[io.github.dantegrek/jplay "0.1.1-alpha"]