Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#50469 closed task (blessed) (fixed)

Run the Gutenberg e2e tests on Core CI

Reported by: youknowriad's profile youknowriad Owned by: youknowriad's profile 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)

#1 @youknowriad
4 years ago

  • Owner set to youknowriad
  • Status changed from assigned to accepted

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


4 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
4 years ago

  • Resolution set to fixed
  • Status changed from accepted to closed

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
4 years ago

  • Milestone changed from Awaiting Review to 5.5
Note: See TracTickets for help on using tickets.