Skip to content

Commit 28db61b

Browse files
committed
Update changelog and windows ci environment
1 parent 1d8a706 commit 28db61b

5 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/test-windows-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
windows:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
timeout-minutes: 15
1313

1414
strategy:

.github/workflows/test-windows-webdriver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
windows:
11-
runs-on: windows-latest
11+
runs-on: windows-2022
1212
timeout-minutes: 15
1313

1414
strategy:

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#TESTAR v2.7.9 (23-Sep-2025)
2+
- Bump io.github.bonigarcia:webdrivermanager from 6.2.0 to 6.3.2
3+
- Update Windows GitHub runners environment to Windows Server 2022
4+
15
#TESTAR v2.7.8 (2-Sep-2025)
26
- Add paintBatch and drawBatchTestar logic to paint all web elements at once
37
- Fix the derivation and visualization of slide actions in web applications

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.8
1+
2.7.9

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 = "v2.7.8 (2-Sep-2025)";
65+
public static final String TESTAR_VERSION = "v2.7.9 (23-Sep-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)