We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c376b81 commit 1f17322Copy full SHA for 1f17322
.gitignore
@@ -15,3 +15,5 @@ buildNumber.properties
15
.project
16
# JDT-specific (Eclipse Java Development Tools)
17
.classpath
18
+.idea
19
+.allure
pom.xml
@@ -15,10 +15,10 @@
</properties>
<dependencies>
- <dependency>
+ <dependency
<groupId>com.microsoft.playwright</groupId>
20
<artifactId>playwright</artifactId>
21
- <version>1.47.0</version>
+ <version>1.49.0</version>
22
<scope>test</scope>
23
</dependency>
24
<dependency>
0 commit comments