Skip to content

Commit a9f46ce

Browse files
committed
Update version 1.9.5
1 parent 4cd491d commit a9f46ce

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: GitHub CI with Maven
55

66
on:
77
push:

CHANGELOG.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
v1.9.5
22
======
33
Jun 16, 2023
4-
4+
* Update Selenium 4.10.0
5+
* Update TestNG 7.8.0
6+
* Update WebUI keyword
7+
* Fixed "clearText" function in WebUI keyword
58

69
v1.9.4
710
======
@@ -11,7 +14,7 @@ May 25, 2023
1114
* Add Data Faker
1215
* Add Retry Failed Test (IAnnotationTransformer)
1316
* Add Test cases sample for CMS system
14-
* Fix run headless mode
17+
* Fixed run headless mode
1518

1619
v1.9.3
1720
======
@@ -58,7 +61,7 @@ Oct 7, 2022
5861

5962
v1.8.1
6063
======
61-
* Sep 20, 2022
64+
Sep 20, 2022
6265
* Fix read Excel data
6366
* Config Telegram Token and ChatID
6467

@@ -92,14 +95,14 @@ AND MORE
9295

9396
v1.5.1
9497
======
95-
* Jun 14, 2022
98+
Jun 14, 2022
9699
* Change the way to read data from ExcelHelper to support parallel running
97100
* Update test case sample
98101
* Update version for dependency in pom.xml (Selenium 4.2.2, Apache POI 5.2.2, ...)
99102

100103
v1.5.0
101104
======
102-
* Jun 3, 2022
105+
Jun 3, 2022
103106
* Support for all Java version
104107
* Optimize WebUI keyword
105108
* Add function get Xpath dynamic

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<commons-io.version>2.13.0</commons-io.version>
5454
<owner.version>1.0.12</owner.version>
5555
<assertj.version>3.24.2</assertj.version>
56-
<datafaker.version>2.0.0</datafaker.version>
56+
<datafaker.version>1.9.0</datafaker.version>
5757
<monte-screen-recorder.version>0.7.7.0</monte-screen-recorder.version>
5858
<mysql-connector-java.version>8.0.33</mysql-connector-java.version>
5959
<google.zxing.version>3.5.1</google.zxing.version>

0 commit comments

Comments
 (0)