@blackbird I am having the same issue. I added the xdebug.max_nesting_level = 500 in to the /etc/php5/cli/conf.d/20-xdebug.ini file inside Homestead but I still have the issue.
Like you I am using PHPStorm. Which php.ini file did you add the line to?
@andyscraven If you can't successfully edit the correct .ini file, you can alternatively put this as the top line of /features/bootstrap/FeatureContext.php:
I tried the https://github.com/Behat/WebApiExtension, but problem is that it won't run the migrations, it won't launch internal PHP server.. And has other problems.