mirror of
git://develop.git.wordpress.org/
synced 2025-03-29 16:22:47 +01:00
This changeset replaces each occurrence of "Add New {Item}" label with "Add {Item}" in WordPress administration, to make the interface more consistent and simplify the translation effort. Props jameskoster, audrasjb, ntsekouras, afercia, peterwilsoncc, youknowriad, joedolson, sukhendu2002, jdy68, beryldlg, fxbenard. See #61219. git-svn-id: https://develop.svn.wordpress.org/trunk@59784 602fd350-edb4-49c9-b593-d223f7449a82
Visual Regression Tests in WordPress Core
These tests make use of Playwright, with a setup very similar to that of the e2e tests.
How to Run the Tests Locally
- Check out trunk.
- Run
npm run test:visual
to generate some base snapshots. - Check out the feature branch to be tested.
- Run
npm run test:visual
again. If any tests fail, the diff images can be found inartifacts/