1.2.0
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
- Update snapshots by @Luc45 in #444
- Better handling around expired credentials by @zhongruige in #445
- Snapshot updates for 10.8.0 dev by @zhongruige in #446
- Snapshot updates for 10.8.0 beta by @zhongruige in #449
- Snapshot updates for 10.8 beta 2 by @zhongruige in #450
- 10.8.0-rc1 e2e snapshots by @zhongruige in #451
- e2e snapshots updates for 10.8.0 by @zhongruige in #452
- Update e2e snapshots for 10.8.1 by @zhongruige in #453
- Migrate Woo API tests to test package by @zhongruige in #447
- 10.9.0 dev e2e snapshots by @zhongruige in #454
- Update snapshots for PHPStan and PHPCompat tests by @zhongruige in #455
- Add run:woo-api command for self-contained API test package by @zhongruige in #456
- Fix run:woo-api --optional_features support (re-land of #456) by @zhongruige in #457
- Migrate Woo e2e tests to test package by @zhongruige in #448
Full Changelog: 1.1.9...1.2.0