67c4a4741f
* Empty commit for release pull request * update WooCommerce compatibility * adding testing instructions * add zip file testing for the release 9.4.0 * add gif to testing instructions * remove add to cart testing instructions * Correctly detect compatible express payment methods (https://github.com/woocommerce/woocommerce-blocks/pull/8201) * Remove unused action and type action * Derive the incompatible payment methods with selector Instead of adding the incompatiblePaymentMethods to the payment state. Let's simply derive it using a selector to keep a minimal state. * Check compatibility with express payments * update testing instructions * add new zip file for testing * Refresh shipping cache when saving Local Pickup (https://github.com/woocommerce/woocommerce-blocks/pull/8203) * invalidate cache on page load * always flesh settings after save * use correct prefix * Account for local pickup rates before disabling shipping in editor (https://github.com/woocommerce/woocommerce-blocks/pull/8207) * Account for local pickup rates before disabling * check for local pickup before disabling shipping in editor * Bumping version strings to new version. Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Luigi <gigitux@gmail.com> Co-authored-by: Saad Tarhi <saad.trh@gmail.com> Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com> |
||
---|---|---|
.. | ||
cart-checkout | ||
releases | ||
README.md | ||
smoke-testing.md | ||
when-to-employ-e2e-testing.md |
README.md
Testing
This folder contains documentation around manual testing of WooCommerce Blocks.
Document | Description |
---|---|
When to employ end to end testing | This doc explains when End to End tests should be used and when unit tests will suffice. |
Smoke Testing | This doc explains how to smoke test key Blocks functionality. |
Cart and Checkout Testing | Various testing flows for Cart and Checkout Blocks |
Releases | We document all testing flows for releases in this folder |