An open API service indexing awesome lists of open source software.

https://github.com/vijaycs85/drupal-core-extension


https://github.com/vijaycs85/drupal-core-extension

behat drupal-8

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Behat Drupal Core Extension

Provides behat tests for Drupal 8 core modules, themes and profiles. Uses [Drupal extension](https://github.com/jhedstrom/drupalextension)
components for most of the scenarios.

## Coverage
Currently provides scenarios for Contact module.

## Run tests

1. copy behat.yml.dist to behat.yml
2. Make necessary changes to behat.yml to reflect Drupal installation
3. Run
```bash
php vendor/bin/behat -c path/to/behat.yml -s contact
```