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

Issue #3284370 by kumikoono, yas, shota niioka: Add a BDD test directory for OpenStack module

parent 8b30c90f
Branches
Tags
4 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
imports:
- ../../../../../../../cloud/tests/src/Behat/behat.yml
default:
suites:
default:
contexts:
- Drupal\Tests\openstack\Behat\features\bootstrap\FeatureContext
- Drupal\Tests\cloud\Behat\features\bootstrap\FeatureContext
- Drupal\DrupalExtension\Context\DrupalContext
- Drupal\DrupalExtension\Context\MinkContext
- Drupal\DrupalExtension\Context\MessageContext
- Drupal\DrupalExtension\Context\DrushContext
- Drupal\DrupalExtension\Context\MarkupContext
- Drupal\DrupalExtension\Context\RandomContext
- Drupal\DrupalExtension\Context\BatchContext
<?php
namespace Drupal\Tests\openstack\Behat\features\bootstrap;
use Drupal\DrupalExtension\Context\RawDrupalContext;
/**
* Defines application features from the specific context.
*/
class FeatureContext extends RawDrupalContext {
/**
* Initializes context.
*
* Every scenario gets its own context instance.
* You can also pass arbitrary arguments to the
* context constructor through behat.yml.
*/
public function __construct() {
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment