Submitted by ygerasimov on Tue, 12/23/2014 - 13:38
Behat is great testing tool that there are already has a lot of documentation.
In drupal we have extension that helps us to build tests. Behat tests are configurable in yaml file (like url of your website and other options). Lately I needed to set custom cUrl options (goutte driver) and because Drupal extension 3 uses Guzzle 4 library it was not that obvious how to do that.