Jonathan Hedstrom

Results 134 comments of Jonathan Hedstrom

Good idea! If somebody finds themselves working on this, I think the way to go would be to add a new `BlockContext` class.

Thanks! However, this needs to be rebased off of the latest `master`.

I think this is because the D7 tests are utilizing a global drush.

Leaving this open so the temporary fix can be reverted when possible.

@mikemadison13 yeah, I think we could start a 5.x and drop support for Drupal 7 in that branch?

This could potentially go against the latest 4.x.x branch, and keep #620 against `master` (which will be 5.0.x)?

I think the best way to implement this would be 2 new hooks (perhaps `@beforeRequest` and `@afterRequest`) that any context could provide methods that would react, similar to `@beforeScenario`, `@beforeNodeCreate`...

> Is this something we can aim for for the 4.x branch? Absolutely! This is the kind of cleanup and refactoring I'd love to see for the next major release!