/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/e2e/package.json
48 строк
2 KB
Manzoor Wani
CI: resolve Playwright through the workspace that declares it (#81137)
04 авг 2026, 16:09
Не верифицирован
04 авг 2026, 16:09
4e47557
Код
Авторство
О чём код?
{ "name": "@wordpress/e2e-tests-playwright", "version": "0.0.0", "description": "End-to-end tests for WordPress Gutenberg.", "private": true, "author": "The WordPress Contributors", "license": "GPL-2.0-or-later", "keywords": [ "wordpress", "gutenberg", "e2e", "playwright" ], "homepage": "https://github.com/WordPress/gutenberg/tree/HEAD/test/e2e/README.md", "repository": { "type": "git", "url": "git+https://github.com/WordPress/gutenberg.git", "directory": "test/e2e" }, "bugs": { "url": "https://github.com/WordPress/gutenberg/issues" }, "devDependencies": { "@flakiness/playwright": "^2.0.1", "@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", "@wordpress/vips": "file:../../packages/vips", "@y/websocket-server": "^0.1.1", "esbuild": "^0.27.2", "filenamify": "^4.2.0", "playwright": "^1.62.1", "wasm-vips": "^0.0.18", "ws": "^8.18.3", "y-websocket": "^3.0.0" }, "publishConfig": { "access": "public" }, "scripts": { "test:e2e:update-timings": "flakiness-playwright-timings fetch -c ./playwright.config.ts -o timings.json", "test:e2e": "wp-scripts test-e2e --config playwright.config.ts", "test:e2e:debug": "wp-scripts test-e2e --config playwright.config.ts --ui", "test:e2e:rtc-websocket": "wp-scripts test-e2e --config playwright.rtc-websocket.config.ts", "test:e2e:rtc-websocket:debug": "wp-scripts test-e2e --config playwright.rtc-websocket.config.ts --ui" } }