Using Behat, Mink, Drupal Extension to regression test a D7 multisite
Posted by marcus_clements on November 15, 2013 at 11:47am
In my last role we used a comprehensive suite of functional tests written in Cucumber using Capybara and Selenium to help discover regression errors.
In my new role I am working with a D7 multisite with 40+ sites and I want to use Behat and Mink for the same job. My plan is to write a set of tests that check the key functionality of all the sites which will run on our dev and staging servers after deploying a release candidate.
I've got some basic tests running fine using the Goutte driver.
Read more