License |
License |
---|---|
GroupId | GroupIdcom.microsoft.playwright |
ArtifactId | ArtifactIdassertions |
Last Version | Last Version1.17.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionPlaywright - Assertions
This module provides Playwright assertions that will wait until the expected condition is met.
|
Filename | Size |
---|---|
assertions-1.17.2.pom | |
assertions-1.17.2.jar | 25 KB |
assertions-1.17.2-sources.jar | 12 KB |
assertions-1.17.2-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/ -->
<dependency>
<groupId>com.microsoft.playwright</groupId>
<artifactId>assertions</artifactId>
<version>1.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation 'com.microsoft.playwright:assertions:1.17.2'
// https://jarcasting.com/artifacts/com.microsoft.playwright/assertions/
implementation ("com.microsoft.playwright:assertions:1.17.2")
'com.microsoft.playwright:assertions:jar:1.17.2'
<dependency org="com.microsoft.playwright" name="assertions" rev="1.17.2">
<artifact name="assertions" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.playwright', module='assertions', version='1.17.2')
)
libraryDependencies += "com.microsoft.playwright" % "assertions" % "1.17.2"
[com.microsoft.playwright/assertions "1.17.2"]
Group / Artifact | Type | Version |
---|---|---|
org.opentest4j : opentest4j | jar | 1.2.0 |
com.microsoft.playwright : playwright | jar | 1.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
com.microsoft.playwright : playwright | test-jar | 1.17.2 |