You are here

local.yml in Event 8

tests/behat/local.yml

File

tests/behat/local.yml
View source
  1. default:
  2. extensions:
  3. Behat\MinkExtension:
  4. # If necessary, change this to the actual URL of your DF site.
  5. base_url: 'http://127.0.0.1:8080'
  6. Drupal\DrupalExtension:
  7. drupal:
  8. # This assumes that we're running Behat from within
  9. # DRUPAL_ROOT/modules/event.
  10. drupal_root: '../../../docroot'