You are here

behat.lando.yml in Panopoly 7

Same filename and directory in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/behat.lando.yml
modules/panopoly/panopoly_test/behat/behat.lando.yml

File

modules/panopoly/panopoly_test/behat/behat.lando.yml
View source
  1. imports:
  2. - behat.common.yml
  3. default:
  4. extensions:
  5. Drupal\MinkExtension:
  6. # Set 'base_url' to the URL to view your Drupal site.
  7. # For example: http://mydrupalsite.com
  8. base_url: 'http://appserver'
  9. files_path: './profiles/panopoly/modules/panopoly/panopoly_test/behat'
  10. selenium2:
  11. wd_host: http://chromedriver:4444/wd/hub
  12. #wd_host: http://172.17.0.1:4444/wd/hub
  13. Drupal\DrupalExtension:
  14. drush:
  15. # Set 'root' to the full path to your Drupal code base.
  16. # For example: '/var/www/drupal'
  17. root: '/app'
  18. drupal:
  19. # Same as 'root' above!
  20. drupal_root: '/app'
  21. subcontexts:
  22. paths:
  23. - "./profiles/panopoly"