Skip to content
Snippets Groups Projects
Commit c4b30570 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 8a2d434d
No related branches found
No related tags found
6 merge requests!1759Issue #3356778: Release 5.1.1,!1679Issue #3349074: Fix the OpenStack Project create and edit form in SPA that "Member" cannot be saved due to a validation error,!1607Issue #3343582: Add the function to preview OpenStack stack in the SPA,!1032Issue #3284576: Release 5.0.0-alpha2,!832Issue #3274116: Refactor composer.json to use docomoinnovations/drupal-extension,!781Issue #3269930: Add a BDD test suite for checking no resources created by administrator
......@@ -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