Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 719 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 719 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 [email protected]:andriyun/drupal_codeception_demo.git
  2. Enter the newly created project directory

    cd drupal_codeception_demo
  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

php vendor/bin/codecept run acceptance --steps