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