60e5943c53
* Adkust text of sidebar notice * Adjust text of sidebar notice * Rename folder to “incompatible-extension-notice” * Rename main component and interface * Rename constants * Add new files for splitting logic * WIP: Semi-hardcoded solution * WIP: Add new data store * Fetch incompatible extensions dynamically * Fix broken dismiss notice functionality * Minor refactor * Remove data store * Remove console.log * Remove obsolete data store fragment * Update package-lock.json and composer.lock * Change wording from “might be” to “may be” * Show single incompatible extension within notice instead of as list * Fix *.md linting error |
||
---|---|---|
.. | ||
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 |