#50469 closed task (blessed) (fixed)
Run the Gutenberg e2e tests on Core CI
Reported by: | youknowriad | Owned by: | youknowriad |
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch has-unit-tests |
Focuses: | Cc: |
Description
Each time we update Gutenberg packages on Core, we risk of missing backports and breaking the editor.
Other changes to Core can also break the editor.
By running the Gutenberg e2e tests on Core, we ensure the stability of the editor.
Change History (4)
This ticket was mentioned in PR #356 on WordPress/wordpress-develop by youknowriad.
4 years ago
#2
- Keywords has-patch has-unit-tests added
Note: See
TracTickets for help on using
tickets.
https://core.trac.wordpress.org/ticket/50469#comment:1
Running locally:
`
./tests/gutenberg/run.js
`