/
cheryst
/
exportcenter
Обзор
Документация
Войти
/
cheryst
/
exportcenter
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
17 строк
716 B
Igor
chore: internal audit только локально, не в GitVerse
15 июл 2026, 18:34
15 июл 2026, 18:34
036a684
Код
Авторство
О чём код?
{ "name": "exportcenter-smoke", "version": "1.0.0", "private": true, "scripts": { "test": "playwright test --config=autotests/playwright.config.ts", "test:smoke": "playwright test --config=autotests/playwright.config.ts smoke-p0.spec.ts", "test:smoke:desktop": "playwright test --config=autotests/playwright.config.ts smoke-p0.spec.ts --project=smoke-desktop", "test:smoke:mobile": "playwright test --config=autotests/playwright.config.ts smoke-p0.spec.ts --project=smoke-mobile", "report": "playwright show-report autotests/playwright-report" }, "devDependencies": { "@playwright/test": "^1.52.0", "@types/node": "^22.15.0", "typescript": "^5.8.0" } }