brainsum/drupal-behat-testing

Drupal testing with Behat.

This package is auto-updated.

Last update: 2024-03-20 21:25:40 UTC


README

@todo: Finish.

Setup

Docker

Use Docker 4 Drupal

Drush 9

Create a drush/sites folder with self.sites.yml and add:

docker-local:
    root: /var/www/html/web
uri: 'http://nginx'

Start

@todo: Add helper scripts.

  • docker-compose <docker-compose.yml for project> <docker-compose.selenium.yml from this package> up -d
  • Wait for your site and selenium to spin up (shouldn't take long, a few seconds at most)
  • docker-compose <docker-compose.yml for project> <docker-compose.selenium.yml from this package> exec php sh -c "cd tests/behat && ../../vendor/bin/behat --out=std --config <your behat.yml> --stop-on-failure --verbose"

Advanced usages

Context DI

For some info about DI in contexts, see the DI.md doc.