From 14c3d32affc0c3b894802778802ae1dc41d771c3 Mon Sep 17 00:00:00 2001 From: Bernd Weigel Date: Fri, 26 Jul 2024 15:27:47 +0200 Subject: [PATCH 1/3] [#272] Update dependencies --- config/neodymium.properties | 4 ++ pom.xml | 82 +++++++++++++++++++++++-------------- 2 files changed, 56 insertions(+), 30 deletions(-) diff --git a/config/neodymium.properties b/config/neodymium.properties index 02d0c6eb..2d4bd14f 100644 --- a/config/neodymium.properties +++ b/config/neodymium.properties @@ -284,3 +284,7 @@ neodymium.workInProgress = false # The password of the root certificate for the MITM proxy # neodymium.localproxy.certificate.password = MITMCertificatePassword + +neodymium.webDriver.chrome.pathToDriverServer = /home/weigel/Software/Webdriver/chromedriver_127 +neodymium.webDriver.firefox.pathToDriverServer = /home/weigel/Software/Webdriver/geckodriver_34 + diff --git a/pom.xml b/pom.xml index d110f586..8907950b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,11 +4,14 @@ 4.0.0 com.xceptance neodymium-library - 5.0.1 + 5.0.2 neodymium-library https://github.com/Xceptance/neodymium-library - A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles. + A test automation library based on common other best practice + open source libraries. It adds missing functionalities but does not + reinvent the wheel. Just glues stuff together nicely and adds some + sprinkles. Xceptance Software Technologies GmbH @@ -16,15 +19,15 @@ - - Xceptance Test Automation Team - xceptance - testautomation@xceptance.com - Xceptance Software Technologies GmbH - https://www.xceptance.com/ - +1 - - + + Xceptance Test Automation Team + xceptance + testautomation@xceptance.com + Xceptance Software Technologies GmbH + https://www.xceptance.com/ + +1 + + @@ -35,7 +38,8 @@ scm:git:git://github.com/Xceptance/neodymium-library.git - scm:git:ssh://github.com/Xceptance/neodymium-library.git + + scm:git:ssh://github.com/Xceptance/neodymium-library.git https://github.com/Xceptance/neodymium-library/tree/master @@ -44,9 +48,9 @@ 17 17 3.0.0-M5 - 2.26.0 - 7.2.0 - 6.9.1 + 2.26.0 + 7.4.0 + 6.9.1 2.1.2 2.23.1 4.13.1 @@ -98,7 +102,8 @@ 4 false - com/xceptance/neodymium/junit5/tests/**/*Test.java + + com/xceptance/neodymium/junit5/tests/**/*Test.java com/xceptance/neodymium/common/**/*Test.java @@ -199,13 +204,16 @@ maven-surefire-plugin - com/xceptance/neodymium/junit4/tests/**/*Test.java + + com/xceptance/neodymium/junit4/tests/**/*Test.java - com/xceptance/neodymium/util/**/*Test.java + + com/xceptance/neodymium/util/**/*Test.java - com/xceptance/neodymium/junit4/tests/visual/**/*Test.java + + com/xceptance/neodymium/junit4/tests/visual/**/*Test.java @@ -228,8 +236,10 @@ maven-surefire-plugin - com/xceptance/neodymium/junit5/tests/**/*Test.java - com/xceptance/neodymium/util/**/*Test.java + + com/xceptance/neodymium/junit5/tests/**/*Test.java + + com/xceptance/neodymium/util/**/*Test.java @@ -249,10 +259,22 @@ + + + xyz.rogfam + littleproxy + 2.0.22 + + - com.browserup + com.github.valfirst.browserup-proxy browserup-proxy-mitm - ${browserup.version} + 2.2.17 org.seleniumhq.selenium @@ -314,11 +336,11 @@ allure-junit5 ${allure.version} - - io.qameta.allure - allure-cucumber6-jvm - 2.13.6 - + + io.qameta.allure + allure-cucumber6-jvm + 2.13.6 + io.qameta.allure allure-selenide @@ -380,7 +402,7 @@ org.apache.logging.log4j log4j-api ${log4j.version} - test + test commons-io @@ -397,5 +419,5 @@ okhttp 4.12.0 - + From 29f0031e8abf4659734ca3b7f5f53bb72eca746c Mon Sep 17 00:00:00 2001 From: Bernd Weigel Date: Mon, 29 Jul 2024 09:05:46 +0200 Subject: [PATCH 2/3] [#272] removed exidentally pushed hardcoded file path --- config/neodymium.properties | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config/neodymium.properties b/config/neodymium.properties index 2d4bd14f..02d0c6eb 100644 --- a/config/neodymium.properties +++ b/config/neodymium.properties @@ -284,7 +284,3 @@ neodymium.workInProgress = false # The password of the root certificate for the MITM proxy # neodymium.localproxy.certificate.password = MITMCertificatePassword - -neodymium.webDriver.chrome.pathToDriverServer = /home/weigel/Software/Webdriver/chromedriver_127 -neodymium.webDriver.firefox.pathToDriverServer = /home/weigel/Software/Webdriver/geckodriver_34 - From 0f33d4cd5a315da119a3b3929a4ef4de8827c241 Mon Sep 17 00:00:00 2001 From: Bernd Weigel Date: Mon, 29 Jul 2024 13:37:00 +0200 Subject: [PATCH 3/3] [#272] pom cleanup --- pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 8907950b..3eaae160 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ 2.26.0 7.4.0 6.9.1 - 2.1.2 + 2.2.17 2.23.1 4.13.1 5.8.0 @@ -259,12 +259,6 @@ - xyz.rogfam littleproxy @@ -274,7 +268,7 @@ com.github.valfirst.browserup-proxy browserup-proxy-mitm - 2.2.17 + ${browserup.version} org.seleniumhq.selenium