Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 827 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 827 Bytes

E2E Tests

End-To-End (E2E) tests for WordPress.

This directory is the new place for E2E tests in Gutenberg. We expect new tests to be placed here. We use Playwright and its test runner to run the tests in Chromium by default. @wordpress/e2e-test-utils-playwright is used as a helper package to simplify the usage. See the documentation of both for more information.

Note See the migration guide if you're coming from the previous Jest + Puppeteer framework.

The guide has been moved to the documentation folder.