KEYCLOAK-6793 Support custom Chrome binary in Arquillian testsuite
This commit is contained in:
parent
a63a01c9ea
commit
d66c33a8b9
2 changed files with 3 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
<property name="firefoxLegacy">${firefoxLegacyDriver}</property>
|
||||
|
||||
<!-- chrome -->
|
||||
<property name="chromeBinary">${chromeBinary}</property>
|
||||
<property name="chromeArguments">${chromeArguments}</property>
|
||||
</extension>
|
||||
|
||||
|
|
|
@ -111,6 +111,7 @@
|
|||
<phantomjs.cli.args>--ignore-ssl-errors=true --web-security=false --ssl-certificates-path=${client.certificate.ca.path} --ssl-client-certificate-file=${client.certificate.file} --ssl-client-key-file=${client.key.file} --ssl-client-key-passphrase=${client.key.passphrase}</phantomjs.cli.args>
|
||||
<firefox_binary>/usr/bin/firefox</firefox_binary>
|
||||
<firefoxLegacyDriver>true</firefoxLegacyDriver>
|
||||
<chromeBinary/>
|
||||
<chromeArguments/>
|
||||
|
||||
<frontend.console.output>true</frontend.console.output>
|
||||
|
@ -285,6 +286,7 @@
|
|||
|
||||
<firefox_binary>${firefox_binary}</firefox_binary>
|
||||
<phantomjs.cli.args>${phantomjs.cli.args}</phantomjs.cli.args>
|
||||
<chromeBinary>${chromeBinary}</chromeBinary>
|
||||
<chromeArguments>${chromeArguments}</chromeArguments>
|
||||
|
||||
<firefoxLegacyDriver>${firefoxLegacyDriver}</firefoxLegacyDriver>
|
||||
|
|
Loading…
Reference in a new issue