fix(e2e): интеграционные тесты на стендах без mocks.
CI / test (push) Has been cancelled
CI / push-image (push) Has been cancelled
CI / ci-done (push) Has been cancelled

ift-ui/stage-ui гоняют stand/integration против живого API; mock-suite остаётся в CI.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-16 14:11:54 +03:00
parent d200260497
commit 7bd186eace
7 changed files with 109 additions and 28 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
"lint": "eslint .",
"preview": "vite preview",
"test:e2e": "playwright test --project=mock",
"test:e2e:ift": "E2E_TARGET=ift playwright test --project=ift-ui --project=ift-smoke",
"test:e2e:stage": "E2E_TARGET=stage playwright test --project=stage-ui --project=stage-smoke"
"test:e2e:ift": "E2E_TARGET=ift playwright test --project=ift-ui",
"test:e2e:stage": "E2E_TARGET=stage playwright test --project=stage-ui"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",