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

OO-4824: add default values for web driver versions in pom.xml

parent d7164a40
No related branches found
No related tags found
No related merge requests found
......@@ -100,8 +100,8 @@
<test.env.instance.id>myolat</test.env.instance.id>
<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.firefox.version></test.env.webdriver.firefox.version>
<test.env.webdriver.chrome.version></test.env.webdriver.chrome.version>
<test.env.webdriver.firefox.version>v0.27.0</test.env.webdriver.firefox.version>
<test.env.webdriver.chrome.version>84.0.4147.30</test.env.webdriver.chrome.version>
<test.env.webdriver.chrome.arguments></test.env.webdriver.chrome.arguments>
<skipTests>true</skipTests>
<skipSeleniumTests>false</skipSeleniumTests>
......
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