The purpose of this project demonstrate test capabilities of Codecetion in Drupal CMS
-
Clone the git repository
git clone git@github.com:DropticaExamples/drupal_day_codeception_example.git
-
Enter the newly created project directory
cd drupal_day_codeception_example
-
Start docksal environment
fin start
-
Install composer dependencies
fin composer install
-
Install Drupal
fin drush si --db-url=mysql://root:root@db/default
fin test