Daniel Bachhuber
Daniel Bachhuber
On hack days with a slow internet connection, the initial run of `composer behat` can be quite slow as WP-CLI fetches a copy of WordPress across the network. This can...
To help prevent regressions like https://github.com/wp-cli/wp-cli/issues/5521, it would be nice to run our test suites against Windows. **Done is:** * Our automated tests are running against Windows in all repos.
To ensure consistent formatting of the feature files, it would be nice to add a linter. https://github.com/j13k/yaml-lint looks like a good candidate. Related https://github.com/j13k/yaml-lint/issues/81 **Done is:** * Behat feature file...
We marked it broken with https://github.com/wp-cli/package-command/pull/170 I think we're getting hit by some rate limiting. My best bet would be to only run it on one CI build. Related https://github.com/wp-cli/package-command/pull/164...
As of #47, we support GitHub. There are a few other providers we could support too: * bitbucket-oauth * gitlab-oauth * gitlab-token * http-basic
We could use a `--regex` flag, which would iterate through all of the rows and perform search with regex.
Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...
Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...
👋 I'd like to be able to `composer require` this plugin into a site. However, `composer require` against a bare Git repo is less than desirable. Would you be open...