wp-cli / scaffold-package-command

Scaffolds WP-CLI commands with functional tests, full README.md, and more.
MIT License
68 stars 19 forks source link

`behat.yml` file missing after package scaffolding #235

Closed ernilambar closed 4 months ago

ernilambar commented 5 months ago

Bug Report

Describe the current, buggy behavior

Error: behat.yml file missing after I run composer run behat.

Describe how other contributors can replicate this bug

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