2020-11-03 16:40:26 +00:00
# Testing
This folder contains documentation around manual testing of WooCommerce Blocks.
2022-06-09 12:43:17 +00:00
| Document | Description |
| ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------- |
2021-04-21 09:13:56 +00:00
| [When to employ end to end testing ](when-to-employ-e2e-testing.md ) | This doc explains when End to End tests should be used and when unit tests will suffice. |
2022-06-09 12:43:17 +00:00
| [Smoke Testing ](smoke-testing.md ) | This doc explains how to smoke test key Blocks functionality. |
2022-06-09 15:52:19 +00:00
| [Cart and Checkout Testing ](cart-checkout/README.md ) | Various testing flows for Cart and Checkout Blocks |
| [Releases ](releases/README.md ) | We document all testing flows for releases in this folder |