jPlay

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.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

io.github.dantegrek
ArtifactId

ArtifactId

jplay
Last Version

Last Version

0.3.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

jPlay
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.
Project URL

Project URL

https://dantegrek.github.io/jPlay
Source Code Management

Source Code Management

https://github.com/DanteGrek/jPlay/tree/main

Download jplay

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.microsoft.playwright : playwright jar 1.17.2
com.microsoft.playwright : assertions jar 1.17.0

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.8.2
org.junit.jupiter : junit-jupiter-engine jar 5.8.2
org.junit.jupiter : junit-jupiter-params jar 5.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0-beta
0.2.0-alpha
0.1.1-alpha
0.1.0-alpha