8fc82e9bfd
* Fixing broken links * Update docs/payments/payment-gateway-api.md Co-authored-by: Leif Singer <leif@automattic.com> * Update docs/contributing/common-issues.md Co-authored-by: Néstor Soriano <konamiman@konamiman.com> * Update docs/payments/payment-gateway-api.md Co-authored-by: Leif Singer <leif@automattic.com> * Update writing-high-quality-testing-instructions.md * Add changefile(s) from automation for the following project(s): @woocommerce/components, woocommerce-blocks, woocommerce * ignore MD029 rule (1/2/3) as the linebreaks that are needed for the code block confuse its numbering * update the docs manifest `pnpm utils md-docs create docs woocommerce -o docs/docs-manifest.json` --------- Co-authored-by: Leif Singer <leif@automattic.com> Co-authored-by: Néstor Soriano <konamiman@konamiman.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Leif Singer <git@singer.sh> |
||
---|---|---|
.. | ||
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 |