Jonathan Hedstrom

Results 134 comments of Jonathan Hedstrom

I've added a new tagged release (alpha 5).

We could change this to be more like the one in the `Drupal\MinkContext`: ```php // If available, add extra validation that this is a 200 response. try { $this->getSession()->getStatusCode(); $this->assertHttpResponse('200');...

I really like this idea. I think it's something we tried to do way back before this was even its own project for testing Drupal.org itself, but ran into issues....

@jonathanjfshaw sure, that sounds like a reasonable workaround. It could have an `@todo` pointing to the upstream issue too so we don't forget about it :)

This would be great to get in. +1

I've updates the Prototype js as well to use the position/opacity fix.

@stof anything else to do here?

It should be noting that while symlinking allows custom commands to be executed, they are not listed in the _Custom commands:_ output of the `fin` command. I'm looking into that...

I'm not sure what could be parameterized...we could potentially make the 'test' part of `composer test` configurable... Another benefit, when running natively, the progress bars are pretty sweet: ![screen shot...