Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
plat-591 updated behat test
Browse files Browse the repository at this point in the history
  • Loading branch information
Heleen3258 authored and Heleen3258 committed Nov 10, 2016
1 parent cfd86cc commit 05a181f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions profiles/cr/tests/behat/behat.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
default:
suites:
default:
contexts:
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\MinkContext
- DrupalCRFeatureContext
extensions:
Behat\MinkExtension:
goutte: ~
selenium2:
browser: chrome
base_url: "http://campaign.dev"
files_path: './profiles/cr/tests/behat/files'
Drupal\DrupalExtension:
api_driver: "drupal"
drush_driver: "drush"
drupal:
drupal_root: "/var/www/html/"
drush:
root: "/var/www/html/"
region_map:
content: ".layout-content"
esu_standard: "#block-emailsignupblockstandard"
esu_workplace: ".cr-email-signup-workplace-form"
esu_fundraise: ".cr-email-signup-fundraise-form"
esu_register_interest: ".cr-email-signup-register-interest-form"

0 comments on commit 05a181f

Please sign in to comment.