Security update for permissions_by_term
[yaffs-website] / vendor / drupal / drupal-extension / doc / _static / snippets / behat-drush.yml
diff --git a/vendor/drupal/drupal-extension/doc/_static/snippets/behat-drush.yml b/vendor/drupal/drupal-extension/doc/_static/snippets/behat-drush.yml
new file mode 100644 (file)
index 0000000..65a86d9
--- /dev/null
@@ -0,0 +1,19 @@
+default:
+  suites:
+    default:
+      contexts:
+        - FeatureContext
+        - Drupal\DrupalExtension\Context\DrupalContext
+        - Drupal\DrupalExtension\Context\MinkContext
+  extensions:
+    Behat\MinkExtension:
+      goutte: ~
+      selenium2: ~
+      base_url: http://seven.l
+    Drupal\DrupalExtension:
+      blackbox: ~
+      api_driver: 'drush' 
+      drush:
+        alias: 'local'
+      region_map:
+        footer: "#footer"