/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/performance/package.json
37 строк
1 KB
George Mamadashvili
Upgrade Playwright to v1.62 (#81001)
31 июл 2026, 07:32
Не верифицирован
31 июл 2026, 07:32
33f88fe
Код
Авторство
О чём код?
{ "name": "@wordpress/performance-tests", "version": "0.0.0", "description": "Performance tests for WordPress Gutenberg.", "private": true, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "performance", "playwright" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/test/performance/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "test/performance" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "devDependencies": { "@playwright/test": "^1.62.1", "@types/node": "^20.19.39", "@wordpress/e2e-test-utils-playwright": "file:../../packages/e2e-test-utils-playwright", "@wordpress/scripts": "file:../../packages/scripts", "wasm-vips": "^0.0.18" }, "publishConfig": { "access": "public" }, "scripts": { "test:performance": "wp-scripts test-e2e --config playwright.config.ts", "test:performance:debug": "wp-scripts test-e2e --config playwright.config.ts --debug" } }