Skip to content

Commit 17e297c

Browse files
committed
Update versions and changelog
1 parent 754a058 commit 17e297c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#TESTAR 2.7.7 (26-Aug-2025)
2+
- Bump org.seleniumhq.selenium:selenium-java from 4.34.0 to 4.35.0
3+
- Bump io.appium:java-client from 9.5.0 to 10.0.0
4+
- Refactor action map to origin widget
5+
6+
17
#TESTAR v2.7.6 (22-Jul-2025)
28
- Update gradle wrapper to 8.5
39
- Create runTestarDebug gradle java task to replace the old debuggingDistribution logic that contained bugs when creating and deleting directories

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.6
1+
2.7.7

testar/src/org/testar/monkey/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
public class Main {
6464

65-
public static final String TESTAR_VERSION = "2.7.6 (22-Jul-2025)";
65+
public static final String TESTAR_VERSION = "2.7.7 (26-Aug-2025)";
6666

6767
//public static final String TESTAR_DIR_PROPERTY = "DIRNAME"; //Use the OS environment to obtain TESTAR directory
6868
public static final String SETTINGS_FILE = "test.settings";

0 commit comments

Comments
 (0)