diff --git a/gui/admin-gui/pom.xml b/gui/admin-gui/pom.xml index ed12d0d6da7..b49b140bc6f 100644 --- a/gui/admin-gui/pom.xml +++ b/gui/admin-gui/pom.xml @@ -31,6 +31,13 @@ git@github.com:Evolveum/midpoint.git https://fisheye.evolveum.com/browse/midPoint + + + + + + + midpoint @@ -104,7 +111,7 @@ true false - -Dserver.port=8090 -Dmidpoint.schrodinger=true + -Dserver.port=${server.port} -Dmidpoint.home=${midpoint.home} -Dmidpoint.schrodinger=true diff --git a/testing/schrodingertest/pom.xml b/testing/schrodingertest/pom.xml index 66bbcecb26d..3be43cd251e 100644 --- a/testing/schrodingertest/pom.xml +++ b/testing/schrodingertest/pom.xml @@ -16,7 +16,11 @@ com.evolveum.midpoint.web.boot.MidPointSpringApplication 3.6.0 false - + 8090 + 0.0.0.0 + + + @@ -176,20 +180,22 @@ pre-integration-test ${skipTests} - + + + - - + + - + @@ -202,10 +208,7 @@ post-integration-test ${skipTests} - - - - + @@ -217,26 +220,37 @@ - + - + - + - - + + + + + + + + + + + + + - - + + diff --git a/testing/schrodingertest/src/test/resources/configuration/schrodinger.properties b/testing/schrodingertest/src/test/resources/configuration/schrodinger.properties index 308c130b91f..e43d92b8a17 100644 --- a/testing/schrodingertest/src/test/resources/configuration/schrodinger.properties +++ b/testing/schrodingertest/src/test/resources/configuration/schrodinger.properties @@ -4,7 +4,7 @@ password=5ecr3t base_url=http://localhost:8090/midpoint webdriver=webdriver.chrome.driver #webdriverLocation=/home/mmacik/chromed/chromedriver -webdriverLocation=/opt/chromedriver -#webdriverLocation=C:\\Users\\matus\\chromedriver\\chromedriver.exe +#webdriverLocation=/opt/chromedriver +webdriverLocation=C:\\Users\\matus\\chromedriver\\chromedriver.exe # By default if no value is specified for headless start then the value is: false headlessStart=true