Stuart Harrison
Stuart Harrison
Excellent, cheers! I've also [fixed up the Drupal CDN module to support these changes here](http://drupal.org/node/1970218) if you hadn't already seen them.
We've been working with this in our live environment, and we have noticed that the MySQL connections aren't getting closed properly, so we've disabled it for now. Would be great...
Got a PR for this at #146 and it seems to work ok for me. Would welcome any comments.
This is something I need too, but I found an alternative is to have a healthcheck endpoint that always returns 200 and ping that. For example: ``` start-server-and-test start-feature http://localhost:3007/health...
Adding my +1 to this. I don't think the project is dead, as @jhund is merging other PRs and crafting releases, it's just that managing open source projects is not...
Did you get any further with this? We've been trying (and failing) to get this working ourselves, and seem to get stuck with volume sharing not working properly
Ah, cool. We're using a [stripped down version of Morph, based on the Open Corporates fork](https://github.com/openaddressesuk/chas), but I think the principles will be the same. I'll submit a PR with...
I've tried this in my page object: ``` browser['ngApimock'].selectScenario('case', 'get-single-case').then(function() { this.navigateTo('/cases/fdaacd04-7125-117a-ac6d-45a68b1d5de1'); }); ``` And I still get the same `Could not select scenario [get-single-case]` error
Here's some more detailed output: ``` Jasmine started Case information Show case detail ✓ should show case information Executed 1 of 1 spec SUCCESS in 0.014 sec. [11:47:58] E/launcher -...
Thanks, but I ended up going down a different route for this, using a live test API, and creating/deleting everything I needed as part of the setup/teardown routine.