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

68 lines
1.7 KiB
Markdown
Raw Normal View History

2020-11-05 20:57:04 +00:00
# Unreleased
## Added
- Support for re-running setup and shopper tests
- Shopper Order Email Receiving
- New tests - See [README.md](https://github.com/woocommerce/woocommerce/blob/trunk/tests/e2e/core-tests/README.md) for list of available tests
## Fixed
- Checkout create account test would fail if configuration value `addresses.customer.billing.email` was not `john.doe@example.com`
2021-03-25 18:28:21 +00:00
# 0.1.3
## Added
- Shopper Checkout Login Account
- Shopper My Account Create Account
2021-04-07 15:52:58 +00:00
- Shopper Cart Calculate Shipping
- Shopper Cart Redirection
2021-03-25 18:28:21 +00:00
## Fixed
- removed use of ES6 `import`
# 0.1.2
## Added
- api package test for variable products and product variations
- api package test for grouped products
- api package test for external products
- api package test for coupons
- Registered Shopper Checkout tests
- Merchant Product Edit tests
- Merchant Product Search tests
2021-02-03 12:13:28 +00:00
- Shopper Single Product tests
2021-01-14 16:30:58 +00:00
- Shopper My Account Pay Order
- Shopper Shop Browse Search Sort
- Merchant Orders Customer Checkout Page
- Shopper Cart Apply Coupon
- Merchant Order Searching
- Merchant Settings Shipping Zones
- Shopper Variable product info updates on different variations
2021-03-03 16:57:11 +00:00
- Merchant order emails flow
2021-03-25 09:21:32 +00:00
- Merchant analytics page load tests
- Shopper Checkout Create Account
2021-03-18 16:23:44 +00:00
- Merchant import products via CSV
# 0.1.1
## Added
- Merchant Order Status Filter tests
- Merchant Order Refund tests
- Merchant Apply Coupon tests
- Added new config variable for Simple Product price to `tests/e2e/env/config/default.json`. Defaults to 9.99
- Shopper Checkout 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