https://github.com/vijaycs85/drupal-core-extension
https://github.com/vijaycs85/drupal-core-extension
behat drupal-8
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vijaycs85/drupal-core-extension
- Owner: vijaycs85
- Created: 2017-11-01T11:44:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T03:25:02.000Z (over 7 years ago)
- Last Synced: 2025-01-04T20:44:38.685Z (4 months ago)
- Topics: behat, drupal-8
- Language: PHP
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```