739fa60fea
* Add Playwright infrastucture * improve documentation * improve type * remove puppeteer tests * fix wp-env.json * add link on how run E2E tests * chore on playwright.yml * remove unnecessary flush command * improve stability E2E test * remove build:e2e-test command * Update .github/workflows/playwright.yml Co-authored-by: Niels Lange <info@nielslange.de> * Update .github/workflows/playwright.yml Co-authored-by: Niels Lange <info@nielslange.de> * Update docs/contributors/contributing/e2e-guidelines.md Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> * Update docs/contributors/contributing/e2e-guidelines.md Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> * Update docs/contributors/contributing/e2e-guidelines.md Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> * remove emptyline and fix JSDoc warning * add link about E2E guidelines * fix theme name * improve style * improve markdown --------- Co-authored-by: Niels Lange <info@nielslange.de> Co-authored-by: Albert Juhé Lluveras <contact@albertjuhe.com> |
||
---|---|---|
.. | ||
README.md | ||
block-assets.md | ||
coding-guidelines.md | ||
css-build-system.md | ||
documentation-guidelines.md | ||
e2e-guidelines.md | ||
folder-structure.md | ||
getting-started.md | ||
javascript-build-system.md | ||
javascript-testing.md | ||
storybook-and-components.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. |
Block Script Assets | This doc explains how Block Script Assets are loaded and used. |
CSS Build System | This doc explains how CSS files are built. |
JavaScript Build System | This doc explains how JavaScript files are built. |
JavaScript Testing | This doc explains how to run automated JavaScript tests. |
E2E Testing Guidelines | This doc covers development best practices about E2E tests. |
Storybook & Components | This doc outlines where our reusable components live, and how to test them in Storybook. |
We're hiring! Come work with us!
🐞 Found a mistake, or have a suggestion? Leave feedback about this document here.