License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Version | Version1.3 |
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-1.3.pom | |
junit-playwright-1.3.jar | 18 KB |
junit-playwright-1.3-sources.jar | 7 KB |
junit-playwright-1.3-javadoc.jar | 59 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>junit-playwright</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:1.3'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:1.3")
'io.github.uchagani:junit-playwright:jar:1.3'
<dependency org="io.github.uchagani" name="junit-playwright" rev="1.3">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='1.3')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "1.3"
[io.github.uchagani/junit-playwright "1.3"]
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 |