File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <playwright .version>1.45.1 </playwright .version>
15
+ <playwright .version>1.49.0 </playwright .version>
16
16
<testng .version>7.10.2</testng .version>
17
17
<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>
19
19
<java .release.version>17</java .release.version>
20
20
<maven .source.encoding>UTF-8</maven .source.encoding>
21
21
<suite-xml >test-suites/testng.xml</suite-xml >
22
22
</properties >
23
23
24
24
<dependencies >
25
- <!-- https://mvnrepository.com/artifact/com.microsoft.playwright/playwright -->
26
25
<dependency >
27
26
<groupId >com.microsoft.playwright</groupId >
28
27
<artifactId >playwright</artifactId >
29
28
<version >${playwright.version} </version >
30
29
</dependency >
31
- <!-- https://mvnrepository.com/artifact/org.testng/testng -->
32
30
<dependency >
33
31
<groupId >org.testng</groupId >
34
32
<artifactId >testng</artifactId >
76
74
</plugin >
77
75
</plugins >
78
76
</build >
79
-
80
-
81
77
</project >
You can’t perform that action at this time.
0 commit comments