7deea0eee8
* Wip: fix e2e fe tests * Test that navigation ends * Fix waitForNavigation * comment out failing php test * click the dom element * Ensure navigation happens by waiting for it. Test page title. * remove skip and update docs * Revert "comment out failing php test" This reverts commit 7c40e8caf3aa32e35e3b70eb32051251b06e0613. * Fix USD from merge conflict * Add missing check for page title * Try page.waitForFunction for text search * test to see checkout page title is correct * test checkout page url on CI * unde jest config change * Fix assertion for checkout page * remove extra localStorage item remove call Co-authored-by: Mike Jolley <mike.jolley@me.com> Co-authored-by: Nadir Seghir <nadir.seghir@gmail.com> |
||
---|---|---|
.. | ||
README.md | ||
block-assets.md | ||
coding-guidelines.md | ||
components.md | ||
css-build-system.md | ||
getting-started.md | ||
javascript-testing.md | ||
js-build-system.md |
README.md
Contributing
This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.
Document | Description |
---|---|
Getting Started | This doc covers tooling and creating builds during development. |
Coding Guidelines | This doc covers development best practices. |
JavaScript Testing | This doc explains how to run automated JavaScript tests. |
Developing Components (& Storybook) | This doc outlines where our reusable components live, and how to test them in Storybook. |
Block Script Assets | This doc explains how Block Script Assets are loaded and used. |
JS build system | This doc explains how JavaScript files are built. |
CSS build system | This doc explains how CSS is built. |