Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 704 Bytes

File metadata and controls

44 lines (31 loc) · 704 Bytes

Drupal codeception demo

The purpose of this project demonstrate test capabilities of Codecetion in Drupal CMS

Run local env with Docksal

Prerequisites

Installing

  1. Clone the git repository

    git clone git@github.com:DropticaExamples/drupal_day_codeception_example.git
  2. Enter the newly created project directory

    cd drupal_day_codeception_example
  3. Start docksal environment

    fin start
  4. Install composer dependencies

    fin composer install
  5. Install Drupal

    fin drush si --db-url=mysql://root:root@db/default

Run tests

fin test