This commit is contained in:
2025-12-01 00:48:34 +01:00
parent 645f537895
commit e7ada8aa23
24 changed files with 866 additions and 438 deletions

View File

@@ -1,14 +1,9 @@
import { describe } from 'vitest';
/**
* Legacy real automation smoke suite.
* Legacy real automation smoke suite (retired).
*
* Native OS-level automation has been removed.
* Real iRacing automation is not currently supported.
* Canonical full hosted-session workflow coverage now lives in
* [companion-ui-full-workflow.e2e.test.ts](tests/e2e/companion/companion-ui-full-workflow.e2e.test.ts).
*
* This file is retained only as historical documentation and is
* explicitly skipped so it does not participate in normal E2E runs.
* This file is intentionally test-empty to avoid duplicate or misleading
* coverage while keeping the historical entrypoint discoverable.
*/
describe.skip('Real automation smoke REAL iRacing Website (native automation removed)', () => {
// No-op: native OS-level real automation has been removed.
});