Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.github.uchagani |
ArtifactId | ArtifactIdjunit-playwright |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
junit-playwright-1.2.pom | |
junit-playwright-1.2.jar | 13 KB |
junit-playwright-1.2-sources.jar | 5 KB |
junit-playwright-1.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation 'io.github.uchagani:junit-playwright:1.2'
// https://jarcasting.com/artifacts/io.github.uchagani/junit-playwright/
implementation ("io.github.uchagani:junit-playwright:1.2")
'io.github.uchagani:junit-playwright:jar:1.2'
<dependency org="io.github.uchagani" name="junit-playwright" rev="1.2">
<artifact name="junit-playwright" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='junit-playwright', version='1.2')
)
libraryDependencies += "io.github.uchagani" % "junit-playwright" % "1.2"
[io.github.uchagani/junit-playwright "1.2"]