Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Version | Version2.1 |
Type | Typejar |
Filename | Size |
---|---|
junit-playwright-2.1.pom | |
junit-playwright-2.1.jar | 24 KB |
junit-playwright-2.1-sources.jar | 10 KB |
junit-playwright-2.1-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/ -->
<dependency>
<groupId>io.github.uchagani</groupId>
<artifactId>junit-playwright</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:2.1'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:2.1")
'io.github.uchagani:junit-playwright:jar:2.1'
<dependency org="io.github.uchagani" name="junit-playwright" rev="2.1">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='2.1')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "2.1"
[io.github.uchagani/junit-playwright "2.1"]