Skip to content

Commit 36a7ff9

Browse files
authored
Merge pull request #460 from TESTARtool/dependabot/gradle/org.seleniumhq.selenium-selenium-java-4.39.0
Bump org.seleniumhq.selenium:selenium-java from 4.38.0 to 4.39.0
2 parents 5ec663f + 1c6daf5 commit 36a7ff9

14 files changed

Lines changed: 30 additions & 24 deletions

File tree

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#TESTAR v2.7.18 (9-Dec-2025)
2+
- Bump org.seleniumhq.selenium:selenium-java from 4.38.0 to 4.39.0
3+
- Bump io.github.bonigarcia:webdrivermanager from 6.3.2 to 6.3.3
4+
- Update OrientDB default test credentials
5+
6+
17
#TESTAR v2.7.17 (5-Dec-2025)
28
- Add allowInvisibleElements to appium-android
39
- Add AndroidDisplayed Tag property

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.17
1+
2.7.18

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ subprojects {
3333
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
3434
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
3535
// https://mvnrepository.com/artifact/org.seleniumhq.selenium/selenium-java
36-
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.38.0'
36+
implementation group: 'org.seleniumhq.selenium', name: 'selenium-java', version: '4.39.0'
3737
// https://mvnrepository.com/artifact/io.github.bonigarcia/webdrivermanager
38-
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.2'
38+
implementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.3.3'
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/resources/settings/webdriver_llm_state_model_evaluator/Protocol_webdriver_llm_state_model_evaluator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class Protocol_webdriver_llm_state_model_evaluator extends WebdriverProto
8888
*/
8989
@Override
9090
protected void initialize(Settings settings) {
91-
// Download OrientDB and initialize a testar (admin:admin) database
91+
// Download OrientDB and initialize a testar (testar:testar) database
9292
setupOrientDB();
9393

9494
super.initialize(settings);
@@ -452,7 +452,7 @@ private void setupOrientDB() {
452452
}
453453

454454
// Change to the bin directory and execute the command
455-
ProcessBuilder processBuilder = new ProcessBuilder("cmd", "/c", "console.bat", "CREATE", "DATABASE", "plocal:../databases/testar", "admin", "admin");
455+
ProcessBuilder processBuilder = new ProcessBuilder("cmd", "/c", "console.bat", "CREATE", "DATABASE", "plocal:../databases/testar", "testar", "testar");
456456
processBuilder.directory(new File(extractDir + "/bin"));
457457
processBuilder.inheritIO();
458458
Process process = processBuilder.start();

testar/resources/settings/webdriver_llm_state_model_evaluator/test.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ DataStoreType = plocal
153153
DataStoreServer =
154154
DataStoreDirectory = settings/webdriver_llm_state_model_evaluator/orientdb-community-3.2.38/databases
155155
DataStoreDB = testar
156-
DataStoreUser = admin
157-
DataStorePassword = admin
156+
DataStoreUser = testar
157+
DataStorePassword = testar
158158
DataStoreMode = instant
159159
ActionSelectionAlgorithm = random
160160
StateModelStoreWidgets = false

testar/resources/settings/webdriver_llm_state_model_transition_evaluator/Protocol_webdriver_llm_state_model_transition_evaluator.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public class Protocol_webdriver_llm_state_model_transition_evaluator extends Web
8888
*/
8989
@Override
9090
protected void initialize(Settings settings) {
91-
// Download OrientDB and initialize a testar (admin:admin) database
91+
// Download OrientDB and initialize a testar (testar:testar) database
9292
setupOrientDB();
9393

9494
super.initialize(settings);
@@ -457,7 +457,7 @@ private void setupOrientDB() {
457457
}
458458

459459
// Change to the bin directory and execute the command
460-
ProcessBuilder processBuilder = new ProcessBuilder("cmd", "/c", "console.bat", "CREATE", "DATABASE", "plocal:../databases/testar", "admin", "admin");
460+
ProcessBuilder processBuilder = new ProcessBuilder("cmd", "/c", "console.bat", "CREATE", "DATABASE", "plocal:../databases/testar", "testar", "testar");
461461
processBuilder.directory(new File(extractDir + "/bin"));
462462
processBuilder.inheritIO();
463463
Process process = processBuilder.start();

testar/resources/settings/webdriver_llm_state_model_transition_evaluator/test.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ DataStoreType = plocal
153153
DataStoreServer =
154154
DataStoreDirectory = settings/webdriver_llm_state_model_transition_evaluator/orientdb-community-3.2.38/databases
155155
DataStoreDB = testar
156-
DataStoreUser = admin
157-
DataStorePassword = admin
156+
DataStoreUser = testar
157+
DataStorePassword = testar
158158
DataStoreMode = instant
159159
ActionSelectionAlgorithm = random
160160
StateModelStoreWidgets = false

testar/resources/workflow/settings/test_gradle_workflow_android_generic/test.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ DataStoreType = plocal
107107
DataStoreServer = localhost
108108
DataStoreDirectory = orientdb-community-3.2.38/databases
109109
DataStoreDB = testar
110-
DataStoreUser = admin
111-
DataStorePassword = admin
110+
DataStoreUser = testar
111+
DataStorePassword = testar
112112
DataStoreMode = instant
113113
ApplicationName = android
114114
ApplicationVersion = 1

testar/resources/workflow/settings/test_gradle_workflow_desktop_generic_custom_abstraction/test.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ DataStoreType = plocal
104104
DataStoreServer = localhost
105105
DataStoreDirectory = orientdb-community-3.2.38\\databases
106106
DataStoreDB = testar
107-
DataStoreUser = admin
108-
DataStorePassword = admin
107+
DataStoreUser = testar
108+
DataStorePassword = testar
109109
DataStoreMode = instant
110110
ApplicationName = notepad
111111
ApplicationVersion = 1

testar/resources/workflow/settings/test_gradle_workflow_desktop_generic_statemodel/test.settings

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ DataStoreType = plocal
104104
DataStoreServer = localhost
105105
DataStoreDirectory = orientdb-community-3.2.38\\databases
106106
DataStoreDB = testar
107-
DataStoreUser = admin
108-
DataStorePassword = admin
107+
DataStoreUser = testar
108+
DataStorePassword = testar
109109
DataStoreMode = instant
110110
ApplicationName = notepad
111111
ApplicationVersion = 1

0 commit comments

Comments
 (0)