drush-ops/behat-drush-endpoint

Drush commandfile for use with drupal/drupal-driver.

Maintainers

👁 greg.1.anderson

Package info

github.com/drush-ops/behat-drush-endpoint

Type:drupal-drush

pkg:composer/drush-ops/behat-drush-endpoint

Statistics

Installs: 2 898 337

Dependents: 25

Suggesters: 0

Stars: 13

Open Issues: 6

9.4.1 2022-02-05 15:16 UTC

Requires

Suggests

None

Provides

None

Conflicts

Replaces

None

GPL-2.0-or-later 319ad4034174f93d82373a2c83b02faa20d85226

testingBehatDrush


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.