Skip to content

Commit

Permalink
Fixes acquia#1273: Set web driver to Phantom js in vm:init.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Apr 3, 2017
1 parent c5c7131 commit c16ecbe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phing/tasks/vm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<echo>Updating ${blt.config-files.local}...</echo>
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.local} drush.default_alias '${project.machine_name}.local'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.local} drush.aliases.local '${project.machine_name}.local'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.local} behat.launch-phantomjs 'true'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.local} behat.launch-selenium 'true'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<!-- Set BLT to use PhantomJS as web driver for javacript Behat tests.
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.local} drush.aliases.local '${project.machine_name}.local'" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
<!-- Load new values into Phing. -->
<property file="${blt.config-files.local}" override="true" logoutput="false"/>

Expand Down

0 comments on commit c16ecbe

Please sign in to comment.