Skip to content

Commit

Permalink
Merge pull request arquillian#158 from WolfgangHG/dronefirefox
Browse files Browse the repository at this point in the history
Repair drone webdriver for firefox and chrome, cleanup
  • Loading branch information
rhusar authored Sep 27, 2024
2 parents 2e9d039 + a20d075 commit 4603d25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions build/ftest-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@
</profile>

<profile>
<!--While executing the tests, Drone uses a locally installed Chrome browser. Combine this profile with any server profile, e.g. "mvnw clean install -Pwildfly-remote,browser-chrome"-->
<id>browser-chrome</id>
<activation>
<property>
Expand All @@ -295,6 +296,7 @@
</profile>

<profile>
<!--While executing the tests, Drone uses a locally installed Firefox browser. Combine this profile with any server profile, e.g. "mvnw clean install -Pwildfly-remote,browser-firefox"-->
<id>browser-firefox</id>
<activation>
<property>
Expand Down
6 changes: 1 addition & 5 deletions build/resources/src/main/resources/arquillian.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@

<extension qualifier="webdriver">
<property name="browser">${arquillian.drone.browser}</property>

<property name="remoteReusable">${arquillian.drone.reusable}</property>
<property name="remoteAddress">http://localhost:4444/wd/hub/</property>

<property name="javascriptEnabled">true</property>
<property name="chromeDriverBinary">/opt/google/chrome/chromedriver</property>
<property name="phantomjs.binary.path">target/phantomjs</property>

</extension>

<extension qualifier="suite">
Expand Down

0 comments on commit 4603d25

Please sign in to comment.