# Local overrides of Behat configuration.
imports:
  - behat.yml
default:
  extensions:
    Behat\MinkExtension:
      base_url: 'http://localhost'
{% if drush %}
    Drupal\DrupalExtension:
      drush:
        alias: 'local'
{% endif %}
