frontkom/behat-ddev-auto-non-headless

Automatically disables headless when running behat tests in ddev.

dev-main 2024-11-25 10:49 UTC

This package is auto-updated.

Last update: 2024-12-25 11:00:06 UTC


README

A package to make it easier to run non headless locally, without changing the committed config (so it shows up as a diff).

Installation

Probably you want to download this as a dev package:

composer require --dev frontkom/behat-ddev-auto-non-headless

Usage

Add something like this to your behat.yml(.dist) file:

  extensions:
    frontkom\BehatAutoDdevNonHeadless\DisableHeadlessExtension: ~

Licence

MIT