panopoly_test-8.x-2.0-alpha15/behat/behat.lando.yml
behat/behat.lando.yml
imports:
- behat.common.yml
default:
extensions:
Drupal\MinkExtension:
# Set 'base_url' to the URL to view your Drupal site.
# For example: http://mydrupalsite.com
base_url: 'http://appserver'
files_path: './profiles/contrib/panopoly/modules/panopoly/panopoly_test/behat/'
selenium2:
wd_host: http://selenium:4444/wd/hub
ajax_timeout: 10
Drupal\DrupalExtension:
drush:
# Set 'root' to the full path to your Drupal code base.
# For example: '/var/www/drupal'
root: '/app/web'
drupal:
# Same as 'root' above!
drupal_root: '/app/web'
subcontexts:
paths:
- "./modules/contrib"
- "./profiles/contrib/panopoly"
