Automattic / isolated-block-editor

Repackages Gutenberg's editor playground as a full-featured multi-instance editor that does not require WordPress.
344 stars 50 forks source link

Set up E2E tests #129

Closed mirka closed 2 years ago

mirka commented 2 years ago

There are a good number of editor interactions (esp. collab-related) where we do want tests, but are not really testable in jsdom, mostly due to limitations with simulating contenteditable.

It would be ideal to have E2E tests for these.