6c379258e6
* Empty commit for release pull request * Add changelog * Add testing notes * Fix a typo * load all JSON translation files correctly (https://github.com/woocommerce/woocommerce-blocks/pull/8034) Co-authored-by: Saad Tarhi <saad.trh@gmail.com> * Disable Rate Limiting when editing Blocks in admin (https://github.com/woocommerce/woocommerce-blocks/pull/7934) * Disable Rate Limiting for users who can edit posts To avoid limiting the number of edits in WP admin to our Woo Blocks, we need to disable rate limiting altogether. We simply disabled rate limiting for users who can edit posts! * Refactor rate limiting code * Fix disabled rate limiting bug for non admin users * Refactored applying rate limiting code. Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.com> * Update woocommerce-gutenberg-products-block.zip * Update ZIP file * Add screenshots to testing notes * Fix markdown linting issues * Bumping version strings to new version. Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Manish Menaria <the.manish.menaria@gmail.com> Co-authored-by: Seghir Nadir <nadir.seghir@gmail.com> Co-authored-by: Saad Tarhi <saad.trh@gmail.com> Co-authored-by: Paulo Arromba <17236129+wavvves@users.noreply.github.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 |