0.5.0
QIT CLI 0.5.0 Release Notes
- New Feature: Local Test Environments: Added the ability to create Local Test Environments with a single command. These environments are disposable and fully customizable, making automated testing much simpler. (Read More: Test Environment Documentation)
- New Feature: Custom Tests: Added support for Custom E2E tests, allowing developers to write, share, and run personalized automated tests easily. (Read more: Custom Tests Documentation)
- Many fixes and improvements
For any queries, issues, or suggestions, feel free to visit our Github page at https://github.com/woocommerce/qit-cli/issues. We appreciate your feedback as it helps us to continuously improve our tool.
What's Changed
- Use Composer CA Bundle instead of custom implementation by @Luc45 in #139
- When doing a retry, throw some randomness into the mix by @Luc45 in #140
- Hide deprecated options (except on CI) by @Luc45 in #141
- Xdebug on QIT tests by @Luc45 in #142
- PHPCS Develop by @Luc45 in #145
- Add self-tests for
WordPress.DB
in Security Tests by @Luc45 in #146 - Custom E2E Tests 1 - Renaming
Environment
toBackend
by @Luc45 in #133 - Custom E2E Tests 2 - Local Test Environment by @Luc45 in #130
- Local test env tweaks by @Luc45 in #147
- Update malware tests by @MrJnrman in #150
- Update snapshots for 8.7.0 sync by @Luc45 in #149
- Add empty extension list exception by @zhongruige in #152
- 8.8.0-beta.1 sync by @Luc45 in #155
- Added nonJsonOutput property by @zhongruige in #153
- Port Fast PHPCS PR to CLI by @Luc45 in #156
- Update WC 8.8 rc test snapshots by @zhongruige in #158
- Readme suggestions by @Luc45 in #159
- Sync 8.8.2 by @Luc45 in #161
- Rename woo.com to woocommerce.com by @zhongruige in #157
- Sync 8.9.0 RC by @zhongruige in #164
- Custom Tests by @Luc45 in #148
- Add more badges to the readme by @Luc45 in #165
- Tweaks to release process by @Luc45 in #166
Full Changelog: 0.4.2...0.5.0