I need the possibility to use drush and drupal driver to use unique features of both driver at the same time during my tests.
At this time as a '@api' driver I can use the Drupal OR Drush driver. I want the possibility to call both in different scenarios.
I will add a patch that work in the next comment
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | drupal-extension-multiple-drivers-2077861-1.patch | 1.31 KB | vincenzodb |
Comments
Comment #1
vincenzodb commentedI have only added a new parameter in the Extension file and, when the tags are fetched, the possibility to use multiple drivers.
Comment #2
jhedstromThis looks great. I merged the pull request on github. Thanks!
Comment #3
vincenzodb commentedThank you!