junit-playwright

junit-playwright allows you to easily run Playwright-Java tests in parallel

License

License

Categories

Categories

JUnit Unit Testing
GroupId

GroupId

io.github.uchagani
ArtifactId

ArtifactId

junit-playwright
Last Version

Last Version

2.2.5
Release Date

Release Date

Type

Type

jar
Description

Description

junit-playwright
junit-playwright allows you to easily run Playwright-Java tests in parallel
Project URL

Project URL

https://github.com/uchagani/junit-playwright
Source Code Management

Source Code Management

https://github.com/uchagani/junit-playwright

Download junit-playwright

How to add to project

<!-- 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"]

Dependencies

provided (2)

Group / Artifact Type Version
com.microsoft.playwright : playwright jar 1.20.0
org.junit.jupiter : junit-jupiter-api jar 5.8.2

test (5)

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

Project Modules

There are no modules declared in this project.

Versions

Version
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.1
2.0
1.3
1.2
1.1
1.0