The scripts that provision, deploy and back up a platform run with real credentials against real data, and they are usually the last piece of code anyone…
Plenty of hosting platforms deploy whatever sits on a git branch, which means the thing you push has to be exactly what production needs and nothing else. git…
When an automated browser test fails in a build, the log tells you which check did not pass, not what the page actually looked like. We build and maintain an…
Almost every Drupal project writes the same forty or fifty automated test steps from scratch, then owns them forever. behat-steps is our open-source library of…