/
githubmirror
/
wp-calypso
Обзор
Документация
Войти
/
githubmirror
/
wp-calypso
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
test/e2e/package.json
53 строки
2 KB
theAverageDev (Luca Tumedei)
E2E: remove the dead Jest TeamCity build types and config (#113228)
11 часов назад
Не верифицирован
11 часов назад
b08251f
Код
Авторство
О чём код?
{ "name": "wp-e2e-tests", "version": "0.0.1", "description": "Automated end to end acceptance tests for the Calypso project.", "homepage": "https://github.com/Automattic/wp-calypso", "license": "GPL-2.0-or-later", "author": "Automattic Inc.", "private": true, "repository": { "type": "git", "url": "git+https://github.com/Automattic/wp-calypso.git", "directory": "test/e2e" }, "bugs": "https://github.com/Automattic/wp-calypso/issues", "scripts": { "encrypt-secrets": "yarn workspace @automattic/calypso-e2e run encrypt-secrets", "decrypt-secrets": "yarn workspace @automattic/calypso-e2e run decrypt-secrets", "clean": "yarn clean:packages && yarn clean:output && rm -rf ./cookies && rm -rf ./node_modules", "clean:packages": "yarn workspace @automattic/calypso-e2e clean", "clean:output": "rm -rf ./output", "build": "yarn workspace @automattic/calypso-e2e build", "debug": "PWDEBUG=1 DEBUG=pw:api yarn test:pw:desktop --no-deps --reporter=list", "debug:mobile": "PWDEBUG=1 DEBUG=pw:api yarn test:pw:mobile --no-deps --reporter=list", "test:pw:mobile": "yarn playwright test --project=mobile", "test:pw:desktop": "yarn playwright test --project=chrome", "test:pw": "yarn playwright test --project=mobile --project=chrome", "test:pw:calypso-pr": "yarn playwright test --project=chrome --grep @calypso-pr", "test:pw:calypso-release": "yarn playwright test --project=chrome --grep @calypso-release", "test:pw:authentication": "yarn playwright test --project=authentication --grep @authentication", "test:pw:a8c-for-agencies": "yarn playwright test --project=chrome --grep @a8c-for-agencies", "test:pw:i18n": "yarn playwright test --project=chrome --grep @i18n", "test:pw:dashboard-pr": "yarn playwright test --project=chrome --grep @dashboard-pr", "test:pw:p2": "yarn playwright test --project=chrome --grep @p2" }, "devDependencies": { "@automattic/calypso-eslint-overrides": "workspace:^", "@automattic/calypso-typescript-config": "workspace:^", "eslint-plugin-playwright": "^2.10.1" }, "dependencies": { "@automattic/calypso-e2e": "workspace:^", "@playwright/browser-chromium": "1.57.0", "@playwright/test": "1.57.0", "@types/archiver": "^5.3.1", "archiver": "^5.3.0", "dotenv": "^9.0.2", "eslint": "^8.34.0", "form-data": "^4.0.6", "mailosaur": "^8.4.0", "playwright": "1.57.0", "playwright-ctrf-json-reporter": "^0.0.27" } }