/drupalup_behat

Example setup of Behat integration into a Drupal Docker project.

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

Installing Drupal

Start docker containers

docker-compsoe up -d

Install Drupal

docker exec -it drupalup_behat_php bash ./scripts/docker/drupal_instance_install.sh

Run tests

docker exec -it drupalup_behat_php bash ./scripts/docker/drupal_run_tests.sh