pantheon-systems / behat-drush-endpoint
Drush commandfile for use with drupal/drupal-driver.
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 17
Forks: 18
Open Issues: 9
Type:drupal-drush
Requires
- php: >=5.3.0
- drupal/drupal-driver: *
Requires (Dev)
- composer/installers: ^1.2
- drupal/core: ^8.8
- drupal/core-composer-scaffold: ^8.8.1
- drush/drush: ^8.3.3 || ^10.2.2
- g1a/composer-test-scenarios: ^3.0.2
- pantheon-systems/drupal-integrations: ^8
- phpunit/phpunit: ^6.5
- symfony/filesystem: ^3.4.28
- webflo/drupal-finder: ^1.1.0
- webmozart/path-util: ^2.3
- zaporylie/composer-drupal-optimizations: ^1.0.2
Conflicts
- drush/drush: <8.2 || >=9.0 <9.6.0
- 9.x-dev
- 9.4.1
- 9.4.0
- 9.3.2
- 9.3.1
- 9.3.0
- 9.2.3
- 9.2.2
- 9.2.1
- 9.2.0
- 8.x-dev
- 8.3.0
- 8.2.4
- 8.2.3
- 8.2.2
- 8.2.1
- 8.2.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.0.5
- 0.0.4
- 0.0.3
- v0.0.2
- v0.0.1
- dev-use-test-scenarios
- dev-drupal-9
- dev-remove-deprecations
- dev-add-tests
- dev-drush-10
- dev-allow-8
- dev-drush8-bc
- dev-master
- dev-arosboro-drush9
- dev-drush-9-support
- dev-no-phpunit
- dev-symfony-2.6
This package is auto-updated.
Last update: 2022-02-05 15:52:49 UTC
README
The Behat Drush Endpoint is the remote component needed to work with the Behat Drupal Driver.
The Behat Drupal Driver contains three drivers: Blackbox, Direct Drupal API, and Drush. The Behat Drush Endpoint is only necessary when using the Drush driver.
Installation Instructions
THESE INSTRUCTIONS ARE FOR:
- DRUSH 10
- DRUSH 9
- DRUSH 8.2.0+
If you are using an earlier version of Drush 8, please switch to the 8.x branch.
If you are managing your Drupal site with Composer, then add the Behat Drush Endpoint to your project as follows:
composer require drush-ops/behat-drush-endpoint:^9
If you are not using composer.json on the remote Drupal site, then copy the entire contents of this project to either ROOT/drush or ROOT/sites/all/drush, then cd behat-drush-endpoint
and run composer install
.