frontkom / behat-ddev-auto-non-headless
Automatically disables headless when running behat tests in ddev.
Installs: 1 132
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- behat/behat: ^3.14
This package is auto-updated.
Last update: 2024-11-25 10:49:40 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