silverstripe / silverstripe-behat-extension

Silverstripe integration extension for Behat
MIT License
31 stars 30 forks source link

Unnecessary database created when running `behat -h` or `behat --help` #261

Closed GuySartorelli closed 7 months ago

GuySartorelli commented 7 months ago

When running behat --help or behat -h, this extension unnecessarily sets up a whole silverstripe app including test database, even though no tests will be executed.

In this scenario, we should skip bootstrapping and just display the help info.

PRs