File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1212
1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15- <playwright .version>1.45.1 </playwright .version>
15+ <playwright .version>1.49.0 </playwright .version>
1616 <testng .version>7.10.2</testng .version>
1717 <maven .compiler.version>3.13.0</maven .compiler.version>
18- <surefire .version>3.3.0 </surefire .version>
18+ <surefire .version>3.5.2 </surefire .version>
1919 <java .release.version>17</java .release.version>
2020 <maven .source.encoding>UTF-8</maven .source.encoding>
2121 <suite-xml >test-suites/testng.xml</suite-xml >
2222 </properties >
2323
2424 <dependencies >
25- <!-- https://mvnrepository.com/artifact/com.microsoft.playwright/playwright -->
2625 <dependency >
2726 <groupId >com.microsoft.playwright</groupId >
2827 <artifactId >playwright</artifactId >
2928 <version >${playwright.version} </version >
3029 </dependency >
31- <!-- https://mvnrepository.com/artifact/org.testng/testng -->
3230 <dependency >
3331 <groupId >org.testng</groupId >
3432 <artifactId >testng</artifactId >
7674 </plugin >
7775 </plugins >
7876 </build >
79-
80-
8177</project >
You can’t perform that action at this time.
0 commit comments