Skip to content

Commit 4b0c64f

Browse files
authored
Merge pull request #449 from TESTARtool/dependabot/gradle/io.github.bonigarcia-webdrivermanager-6.3.2
Bump io.github.bonigarcia:webdrivermanager from 6.2.0 to 6.3.2
2 parents dec9828 + 28db61b commit 4b0c64f

6 files changed

Lines changed: 9 additions & 5 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

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
// https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
3636
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.35.0'
3737
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
38-
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.2.0'
38+
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.2'
3939
// https://mvnrepository.com/artifact/io.appium/java-client
4040
implementation group: 'io.appium', name: 'java-client', version: '10.0.0'
4141
// https://mvnrepository.com/artifact/com.orientechnologies/orientdb-graphdb

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)