Skip to main content
[2018-01-31]

Running Behat tests from CircleCI to a Platform.sh environment

#drupal #platformsh #circleci #ci #behat
In client projects, I push for as much testing as possible. In Drupal 8 we finally have PHPUnit, which makes life grand and simpler. We use Kernel tests to run through some basic integration tests using a minimally bootstrapped database. However, we need Behat to cover behavior and functional testing on an existing site for speed and sanity reasons.