From 455158177d0e1d84739b783a13cfebf1c1317c69 Mon Sep 17 00:00:00 2001 From: RIHTARSIC Joze <joze.rihtarsic@ext.ec.europa.eu> Date: Thu, 28 Sep 2023 17:16:07 +0200 Subject: [PATCH] Update environment to use properties by default --- domiSMP-ui-tests/src/main/java/utils/TestRunData.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domiSMP-ui-tests/src/main/java/utils/TestRunData.java b/domiSMP-ui-tests/src/main/java/utils/TestRunData.java index 33a8ae8b9..f3cc9496e 100644 --- a/domiSMP-ui-tests/src/main/java/utils/TestRunData.java +++ b/domiSMP-ui-tests/src/main/java/utils/TestRunData.java @@ -25,7 +25,7 @@ public class TestRunData { public enum TestEnvironmentProperty { PROPERTIES_PATH("test.properties.path", "./test.properties", "Path to init properties. example: ./src/test/resources/test.properties"), WEBDRIVER_PATH("test.webdriver.path", null, "Webdriver path"), - WEBDRIVER_TYPE("test.webdriver.type", "gecko", "Webdriver type: chrome, gecko, edge"), + WEBDRIVER_TYPE("test.webdriver.type", "chrome", "Webdriver type: chrome, firefox"), WEBDRIVER_HEADLESS("test.webdriver.headless", "false", "Run Webdriver headless. Default is false"), APPLICATION_UI_URL("test.application.ui.url", "http://localhost:8080/smp/ui/", "Application UI url"), SML_URL("test.sml.url", "http://localhost:8982/edelivery-sml/listDNS", "Webdriver type: chrome, gecko, edge"), -- GitLab