MVN

io.github.uchagani : junit-playwright

Maven & Gradle

Jan 29, 2023
6 stars

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

<dependency>
    <groupId>io.github.uchagani</groupId>
    <artifactId>junit-playwright</artifactId>
    <version>3.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.uchagani : junit-playwright to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of io.github.uchagani : junit-playwright to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
junit-playwright-3.0.2
junit-playwright-3.0.1
3.0
junit-playwright-3.0
2.2.x
junit-playwright-2.2.5
junit-playwright-2.2.4
junit-playwright-2.2.3
junit-playwright-2.2.2
junit-playwright-2.2.1
2.1
junit-playwright-2.1
2.0
junit-playwright-2.0
1.3
junit-playwright-1.3
1.2
junit-playwright-1.2
1.1
junit-playwright-1.1
1.0
junit-playwright-1.0

How to add a dependency to Maven

Add the following io.github.uchagani : junit-playwright maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.uchagani</groupId>
    <artifactId>junit-playwright</artifactId>
    <version>3.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.uchagani : junit-playwright gradle dependency to your build.gradle file:

implementation 'io.github.uchagani:junit-playwright:3.0.2'

Gradle Kotlin DSL: Add the following io.github.uchagani : junit-playwright gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.uchagani:junit-playwright:3.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.uchagani : junit-playwright sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.uchagani" % "junit-playwright" % "3.0.2"