jhedstrom / drupalextension

An integration layer between Behat, Mink Extension, and Drupal.
GNU General Public License v2.0
209 stars 192 forks source link

No ability to generate random in Drupal\Driver\BlackboxDriver #469

Open yehee opened 6 years ago

yehee commented 6 years ago

Hi, This is just a minor suggestion, but when the error: No ability to generate random in Drupal\Driver\BlackboxDriver. Put @api into your feature and add an API driver (ex:api_driver: drupal) in behat.yml. (Drupal\Driver\Exception\UnsupportedDriverActionException) is thrown, it would be much appreciated if the url for the documentation page(https://behat-drupal-extension.readthedocs.io/en/3.1/drush.html) is provided if possible as a reference.

hotwebmatter commented 2 weeks ago

Good suggestion, but it's susceptible to bit rot. In fact, the link provided is already 404.

The URL for the documentation page is currently:

https://behat-drupal-extension.readthedocs.io/en/v4.0.1/drush.html

If someone updates the error message, it should instead link to the stable documentation page:

https://behat-drupal-extension.readthedocs.io/en/stable/drush.html