Skip to content
Snippets Groups Projects
Commit d8d93b0a authored by srosse's avatar srosse
Browse files

no-jira: add a possibility to pass arguments to chrome

parent c2176b54
No related branches found
No related tags found
No related merge requests found
...@@ -101,6 +101,7 @@ ...@@ -101,6 +101,7 @@
<test.env.instance.id>myolat</test.env.instance.id> <test.env.instance.id>myolat</test.env.instance.id>
<test.env.jmx.rmi.port.0>3000</test.env.jmx.rmi.port.0> <test.env.jmx.rmi.port.0>3000</test.env.jmx.rmi.port.0>
<test.env.webdriver.browser>chrome</test.env.webdriver.browser> <test.env.webdriver.browser>chrome</test.env.webdriver.browser>
<test.env.webdriver.chrome.arguments></test.env.webdriver.chrome.arguments>
<skipTests>true</skipTests> <skipTests>true</skipTests>
<skipSeleniumTests>false</skipSeleniumTests> <skipSeleniumTests>false</skipSeleniumTests>
</properties> </properties>
...@@ -1368,6 +1369,7 @@ ...@@ -1368,6 +1369,7 @@
<test.env.jmx.rmi.port.0>${test.env.jmx.rmi.port.0}</test.env.jmx.rmi.port.0> <test.env.jmx.rmi.port.0>${test.env.jmx.rmi.port.0}</test.env.jmx.rmi.port.0>
<arquillian.launch>tomcat-7-managed</arquillian.launch> <arquillian.launch>tomcat-7-managed</arquillian.launch>
<webdriver.browser>${test.env.webdriver.browser}</webdriver.browser> <webdriver.browser>${test.env.webdriver.browser}</webdriver.browser>
<webdriver.chrome.arguments>${test.env.webdriver.chrome.arguments}</webdriver.chrome.arguments>
</systemPropertyVariables> </systemPropertyVariables>
<testNGArtifactName>none:none</testNGArtifactName> <testNGArtifactName>none:none</testNGArtifactName>
<includes> <includes>
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
<property name="firefoxDriverBinary">target/drone/ce03addb1fc8c24900011f90fc80f3c1/geckodriver</property> <property name="firefoxDriverBinary">target/drone/ce03addb1fc8c24900011f90fc80f3c1/geckodriver</property>
--> -->
<property name="firefoxUserPreferences">src/test/profile/firefox/prefs.js</property> <property name="firefoxUserPreferences">src/test/profile/firefox/prefs.js</property>
<property name="chromeArguments">${webdriver.chrome.arguments}</property>
<property name="chromeExperimentalOption">{ <property name="chromeExperimentalOption">{
"prefs":{"credentials_enable_service": false, "profile.password_manager_enabled": false } "prefs":{"credentials_enable_service": false, "profile.password_manager_enabled": false }
}</property> }</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment