Jonathan Hedstrom
Jonathan Hedstrom
@bkosborne yep, this patch only adds new files: https://www.drupal.org/project/drupal/issues/2920310#comment-12418762
I think Behat just uses whatever is configured as the `javascript_session` in `behat.yml`...
This fix should also add `pa11y-ci` back to the `devDependencies` section of `package.json` file, as it is missing at this time.
This wasn't intentional, the former is much more useful!
I think the fix here will be for steps using the random generator to wrap that in a `try`/`catch` and throw their own more meaningful exception if the random generator...
These are failing again on D7 so have temporarily been disabled there too. See https://travis-ci.org/jhedstrom/drupalextension/jobs/560148430
Can a test (in `api.feature`) be added that uses this new parent functionality?
It also needs to be rebased or merged with latest `master`.
The key pieces are already in the Drupal Driver, so if somebody wants to pick up #300 and push it through that would be great.
I've also come across projects where folks really want to validate certain site configurations via Behat to ensure that they aren't accidentally changed. These could also go into a site...