Files
EventHubFrontAdmin/e2e/tests/ift/smoke.spec.ts
T
aleksey 87c6b55e81
CI / test (push) Failing after 14m2s
CI / push-image (push) Has been skipped
CI / ci-done (push) Failing after 0s
feat(admin): Playwright E2E каркас — TESTIDS, login/shell/roles, CI mock. Refs EventHub/EventHubFrontAdmin#33 #34 #35
2026-07-14 22:18:34 +03:00

11 lines
323 B
TypeScript

import { test } from '@playwright/test';
/** IFT smoke project placeholder — filled in phase 6. */
test.describe('IFT smoke', () => {
test.skip(!process.env.E2E_ADMIN_EMAIL, 'Set E2E_ADMIN_EMAIL / E2E_ADMIN_PASSWORD for IFT');
test('placeholder', async () => {
// Implemented in E2E phase 6
});
});