License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Version | Version1.1 |
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.1.pom | |
junit-playwright-1.1.jar | 12 KB |
junit-playwright-1.1-sources.jar | 4 KB |
junit-playwright-1.1-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>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:1.1'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:1.1")
'io.github.uchagani:junit-playwright:jar:1.1'
<dependency org="io.github.uchagani" name="junit-playwright" rev="1.1">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='1.1')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "1.1"
[io.github.uchagani/junit-playwright "1.1"]
Group / Artifact | Type | Version |
---|---|---|
com.microsoft.playwright : playwright | jar | 1.20.0 |
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |
Group / Artifact | Type | Version |
---|---|---|
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 |