Skip to content
Snippets Groups Projects
Commit 1fb78992 authored by Kumiko Ono's avatar Kumiko Ono Committed by Yas Naoi
Browse files

Issue #3267881 by kumikoono, yas: Hotfix - Refactor behat.yml files and the...

Issue #3267881 by kumikoono, yas: Hotfix - Refactor behat.yml files and the structure of Behat directory between sub modules
parent 8549eddb
No related branches found
No related tags found
4 merge requests!1316Issue #3310263: Release 4.5.0,!1260Issue #3307397: Release 4.4.0,!804Issue #3272190: Release 4.1.0,!747Issue #3267881: Refactor behat.yml files and the structure of Behat directory between sub modules
......@@ -7,3 +7,7 @@ default:
- FeatureContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\RandomContext
- Drupal\DrupalExtension\Context\BatchContext
\ No newline at end of file
......@@ -7,3 +7,7 @@ default:
- FeatureContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\RandomContext
- Drupal\DrupalExtension\Context\BatchContext
\ No newline at end of file
......@@ -17,11 +17,10 @@ default:
# displayed (notice, warning, and error).
- Drupal\DrupalExtension\Context\MessageContext
# Allows steps to directly call drush commands.
# - Drupal\DrupalExtension\Context\DrushContext
# - RawDrupalContext
# - MarkupContext
# - RandomContext
# - BatchContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\RandomContext
- Drupal\DrupalExtension\Context\BatchContext
extensions:
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
Drupal\MinkExtension:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment