Jan 31, 2018
Running Behat tests from CircleCI to a Platform.sh environment
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.
#drupal #platformsh #circleci #ci #behat