License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.dantegrek |
ArtifactId | ArtifactIdjplay |
Version | Version0.3.0-beta |
Type | Typejar |
Description |
DescriptionjPlay
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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jplay-0.3.0-beta.pom | |
jplay-0.3.0-beta.jar | 63 KB |
jplay-0.3.0-beta-sources.jar | 38 KB |
jplay-0.3.0-beta-javadoc.jar | 297 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.playwright : playwright | jar | 1.17.2 |
com.microsoft.playwright : assertions | jar | 1.17.0 |
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 |