Make WordPress Core

Changeset 62411 for trunk/package.json


Ignore:
Timestamp:
05/22/2026 08:22:56 PM (4 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Switch from Puppeteer to Playwright for the QUnit test runner.

This brings the QUnit tests inline with the e2e and performance tests that switched to Playwright in #59517.

This removes the puppeteer dependency, but puppeteer-core remains a transitive dependency due to wp-scripts and lighthouse.

See #64894

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/package.json

    r62380 r62411  
    5454                "grunt-contrib-imagemin": "~4.0.0",
    5555                "grunt-contrib-jshint": "3.2.0",
    56                 "grunt-contrib-qunit": "~10.1.1",
    5756                "grunt-contrib-uglify": "~5.2.2",
    5857                "grunt-contrib-watch": "~1.1.0",
Note: See TracChangeset for help on using the changeset viewer.