Currently only does Drupal 7, and the test is super basic and could be improved, will probably do a bit more when I can, but about to run out the door.
D8 version just didn't work, possibly the drupal_root needs to be different, but it kept throwing errors.
As per #32 and #31.
Adds usage of drupal-driver for Drupal 7 and 8.
For Drupal 8 the newest version of drupal-driver:dev-master needed to be used.
Also minimal profile does not have a logout link, so circumventing by using standard profile for now until https://github.com/jhedstrom/drupalextension/pull/131 or similar is fixed.
Original report
Currently only does Drupal 7, and the test is super basic and could be improved, will probably do a bit more when I can, but about to run out the door.
D8 version just didn't work, possibly the drupal_root needs to be different, but it kept throwing errors.
Replaces #33.
This closes #32 and closes #31.