Closed ernilambar closed 7 months ago
Describe the current, buggy behavior
Error: behat.yml file missing after I run composer run behat.
behat.yml
composer run behat
Describe how other contributors can replicate this bug
wp scaffold package rabmalin/testing --dir=~/Temp/testing
composer install
Error:
Did not detect "behat.yml" file, skipping Behat tests.
After I add this file with following content, test run properly.
default: suites: default: contexts: - WP_CLI\Tests\Context\FeatureContext paths: - features
Bug Report
Describe the current, buggy behavior
Error:
behat.yml
file missing after I runcomposer run behat
.Describe how other contributors can replicate this bug
wp scaffold package rabmalin/testing --dir=~/Temp/testing
composer install
composer run behat
Error:
After I add this file with following content, test run properly.