Skip to content

1.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Jun 20:53
· 97 commits to trunk since this release

QIT CLI 1.2.0 Release Notes

New Features

New run:woo-e2e command

Run WooCommerce Core E2E tests locally against your extension using the self-contained woocommerce/core-e2e-tests:latest test package.

qit run:woo-e2e my-plugin
New run:woo-api command

Run WooCommerce Core API tests locally against your extension using the self-contained woocommerce/core-api-tests:latest test package.

qit run:woo-api my-plugin

Bug Fixes

Fixed expired credentials causing CLI to hang

When credentials had expired, the CLI would hang indefinitely on authentication instead of failing gracefully with a clear error message.

Support and Feedback

If you have any questions, encounter issues, or have suggestions, please visit our GitHub Issues Page or run qit feedback "your message".

What's Changed

Full Changelog: 1.1.9...1.2.0