File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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
66on :
77 push :
Original file line number Diff line number Diff line change 11v1.9.5
22======
33Jun 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
69v1.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
1619v1.9.3
1720======
@@ -58,7 +61,7 @@ Oct 7, 2022
5861
5962v1.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
9396v1.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
100103v1.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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments