You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your use case and the problem you are facing
Adding tests for commands within a plugin requires a bit more work at the moment. It would be nice if we could make that a bit easier.
See WordPress/plugin-check#215 for a recent example, see also the code coverage part and the custom behat config and FeatureContext.php file.
Describe the solution you'd like
Add a new arg to the scaffold-package-tests command to indicate that the tests are for a specific plugin (or detect whether it's a plugin folder) and change logic accordingly.
The text was updated successfully, but these errors were encountered:
Feature Request
Describe your use case and the problem you are facing
Adding tests for commands within a plugin requires a bit more work at the moment. It would be nice if we could make that a bit easier.
See WordPress/plugin-check#215 for a recent example, see also the code coverage part and the custom behat config and
FeatureContext.php
file.Describe the solution you'd like
Add a new arg to the
scaffold-package-tests
command to indicate that the tests are for a specific plugin (or detect whether it's a plugin folder) and change logic accordingly.The text was updated successfully, but these errors were encountered: