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

28 lines
664 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
- Merchant Product Edit tests
- Merchant Product Search tests
2021-02-03 12:13:28 +00:00
- Shopper Single Product tests
- Shopper Checkout Apply Coupon
- Merchant Orders Customer Checkout Page
- Shopper Cart Apply Coupon
- Shopper Variable product info updates on different variations
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