Jonathan Hedstrom
Jonathan Hedstrom
Note that #487 is related to early bootstrapping. I've opened #518 for discussion.
The tests are failing due to some coding standard issues, and also passing before scenario contexts to after scenario hooks (or the other way around). Should be a pretty quick...
Also related #184 and #93.
I am ok with extended support in 3.x should issues arise. I'd like to drop all php less than 7 if we can :)
For most sites in Drupal 8, the webroot will be a subdirectory of the project root (eg, `web` or `build/html`, etc), and behat will be located in a sibling subdirectory...
I would love to modernize/simplify/update our test setup. It's quite convoluted for historic reasons (pre-dates composer, etc.)
I'm all for this!
I think the reason it still exists here is the mink folks were hesitant to add it... could there be a way to translate it differently, or not translate the...
@subhojit777 this looks like a good start. One thought though, is that since this is using the admin UI to place the blocks, it ties it (as you mention) directly...
> But using DrupalDriver we won't be able to access the UI > > Using Mink inside the DrupalDriver will also defeat its purpose. Right--from the Drupal Driver, the API...