18aed7f8ae
* Empty commit for release pull request * Add 10.0.3 changelog * Update versions to 10.0.3 * Fix image editor in Featured Product/Category blocks on WP 6.2 (https://github.com/woocommerce/woocommerce-blocks/pull/9142) * Add 10.0.3 testing steps * Empty commit for release pull request * Check that the customized fallback template is archive-product before unsetting the source property (https://github.com/woocommerce/woocommerce-blocks/pull/9330) * use 'enqueue_block_assets' is available (https://github.com/woocommerce/woocommerce-blocks/pull/9332) * Remove esc_url() on self generated link to edit the Mini Cart template since it gets escaped in JS (https://github.com/woocommerce/woocommerce-blocks/pull/9348) * Add changelog entries to readme.txt * Update version number in several files * Add testing notes for the release * Add woocommerce/woocommerce-blocks#9332 to testing notes * Add testing on frontend for woocommerce/woocommerce-blocks#9332 --------- Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> Co-authored-by: Tom Cafferkey <tjcafferkey@gmail.com> Co-authored-by: Luigi Teschio <gigitux@gmail.com> Co-authored-by: Alexandre Lara <allexandrelara@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 |