woocommerce/tests/e2e/core-tests/CHANGELOG.md

26 lines
469 B
Markdown
Raw Normal View History

2020-11-05 20:57:04 +00:00
# Unreleased
# 0.1.1
## Added
- Registered Shopper Checkout tests
- Merchant Order Status Filter tests
- Merchant Order Refund tests
- Merchant Apply Coupon tests
2020-12-29 16:10:22 +00:00
- Added new config variable for Simple Product price to `tests/e2e/env/config/default.json`. Defaults to 9.99
2021-01-04 14:27:05 +00:00
- Shopper Checkout Apply Coupon
2021-01-04 14:28:09 +00:00
- Shopper Cart Apply Coupon
2020-11-05 20:57:04 +00:00
## Fixed
- Flaky Create Product, Coupon, and Order tests
2020-12-01 23:19:10 +00:00
- Missing `config` package dependency
2020-11-05 20:57:04 +00:00
# 0.1.0
- Initial/beta release