File tree Expand file tree Collapse file tree 3 files changed +10
-21
lines changed
src/main/java/com/anhtester/keywords Expand file tree Collapse file tree 3 files changed +10
-21
lines changed Original file line number Diff line number Diff line change
1
+ v1.8.1
2
+ ======
3
+ Sep 07, 2024
4
+ * Optimize method in WebUI keyword
5
+
1
6
v1.8.0
2
7
======
3
8
Sep 05, 2024
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.anhtester</groupId >
8
8
<artifactId >anhtester-cucumber-testng</artifactId >
9
- <version >1.8.0 </version >
9
+ <version >1.8.1 </version >
10
10
<name >TestAutomationFrameworkCucumberTestNG</name >
11
11
<url >https://github.com/anhtester/AutomationFrameworkCucumberTestNG</url >
12
12
40
40
<assertj .version>3.24.2</assertj .version>
41
41
<monte-screen-recorder .version>0.7.7.0</monte-screen-recorder .version>
42
42
<mysql-connector-java .version>8.0.33</mysql-connector-java .version>
43
- <google .zxing.version>3.5.3</google .zxing.version>
44
43
<lombok .version>1.18.34</lombok .version>
45
44
<google .guava.version>33.3.0-jre</google .guava.version>
46
45
<data .supplier.version>1.9.7</data .supplier.version>
322
321
<version >${mysql-connector-java.version} </version >
323
322
</dependency >
324
323
325
- <!-- https://mvnrepository.com/artifact/com.google.zxing/javase -->
326
- <dependency >
327
- <groupId >com.google.zxing</groupId >
328
- <artifactId >javase</artifactId >
329
- <version >${google.zxing.version} </version >
330
- </dependency >
331
- <!-- https://mvnrepository.com/artifact/com.google.zxing/core -->
332
- <dependency >
333
- <groupId >com.google.zxing</groupId >
334
- <artifactId >core</artifactId >
335
- <version >${google.zxing.version} </version >
336
- </dependency >
337
-
338
324
<!-- https://mvnrepository.com/artifact/org.aspectj/aspectjweaver -->
339
325
<dependency >
340
326
<groupId >org.aspectj</groupId >
Original file line number Diff line number Diff line change 18
18
import com .anhtester .utils .DateUtils ;
19
19
import com .anhtester .utils .LogUtils ;
20
20
import com .google .common .util .concurrent .Uninterruptibles ;
21
- import com .google .zxing .BinaryBitmap ;
22
- import com .google .zxing .LuminanceSource ;
23
- import com .google .zxing .MultiFormatReader ;
24
- import com .google .zxing .Result ;
25
- import com .google .zxing .client .j2se .BufferedImageLuminanceSource ;
26
- import com .google .zxing .common .HybridBinarizer ;
27
21
import io .qameta .allure .Step ;
28
22
import org .apache .commons .io .FileUtils ;
29
23
import org .openqa .selenium .Dimension ;
@@ -70,6 +64,10 @@ public class WebUI {
70
64
*/
71
65
private static SoftAssert softAssert = new SoftAssert ();
72
66
67
+ public static SoftAssert getSoftAssert () {
68
+ return softAssert ;
69
+ }
70
+
73
71
/**
74
72
* Stop the Soft Assert of TestNG
75
73
*/
You can’t perform that action at this time.
0 commit comments