vijaycs85 / drupal-core-extension
Behat test for Drupal core functionality
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:behat-extension
Requires
- drupal/drupal-extension: ^3.2
Requires (Dev)
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-26 08:19:18 UTC
README
Provides behat tests for Drupal 8 core modules, themes and profiles. Uses Drupal extension components for most of the scenarios.
Coverage
Currently provides scenarios for Contact module.
Run tests
- copy behat.yml.dist to behat.yml
- Make necessary changes to behat.yml to reflect Drupal installation
- Run
php vendor/bin/behat -c path/to/behat.yml -s contact