Make WordPress Core

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#50469 closed task (blessed) (fixed)

Run the Gutenberg e2e tests on Core CI

Reported by: youknowriad Owned by: youknowriad
Priority: normal Milestone: 5.5
Component: Editor Version:
Severity: normal Keywords: has-patch has-unit-tests
Cc: Focuses:

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)

#1 @youknowriad
6 years ago

  • Owner set to youknowriad
  • Status assignedaccepted

This ticket was mentioned in PR #356 on WordPress/wordpress-develop by youknowriad.


6 years ago
#2

  • Keywords has-patch has-unit-tests added

https://core.trac.wordpress.org/ticket/50469#comment:1

Running locally:

`
./tests/gutenberg/run.js
`

#3 @youknowriad
6 years ago

  • Resolutionfixed
  • Status acceptedclosed

In 48382:

Block Editor: Add a script to run Gutenberg end 2 end tests on Core.

The script is not part of CI yet because the job takes 40mn to run
and it's not useful in all PRs/commits.

Fixes #50469.

#4 @youknowriad
6 years ago

  • Milestone Awaiting Review5.5
Note: See TracTickets for help on using tickets.