License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Last Version | Last Version2.2.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjunit-playwright
junit-playwright allows you to easily run Playwright-Java tests in parallel
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-playwright-2.2.5.pom | |
junit-playwright-2.2.5.jar | 12 KB |
junit-playwright-2.2.5-sources.jar | 4 KB |
junit-playwright-2.2.5-javadoc.jar | 406 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>junit-playwright</artifactId>
<version>2.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:2.2.5'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:2.2.5")
'io.github.uchagani:junit-playwright:jar:2.2.5'
<dependency org="io.github.uchagani" name="junit-playwright" rev="2.2.5">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='2.2.5')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "2.2.5"
[io.github.uchagani/junit-playwright "2.2.5"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.playwright : playwright | jar | 1.20.0 |
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.assertj : assertj-core | jar | 3.22.0 |
org.apache.commons : commons-io | jar | 1.3.2 |
systems.manifold : manifold-ext-rt | jar | 2022.1.7 |
org.junit.platform : junit-platform-testkit | jar | 1.8.2 |