Skip to content

Latest commit

 

History

History

e2e

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.