MCPcopy
hub / github.com/IgnisDa/ryot / StartedServices

Interface StartedServices

tests/src/setup/test-orchestrator.ts:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24};
25
26export interface StartedServices {
27 caddyBaseUrl: string;
28 network: StartedNetwork;
29 caddyProcess: ChildProcess;
30 backendProcess: ChildProcess;
31 frontendProcess: ChildProcess;
32 minioContainer: StartedTestContainer;
33 pgContainer: StartedPostgreSqlContainer;
34}
35
36const MONOREPO_ROOT = path.resolve(__dirname, "../../../");
37const MINIO_ACCESS_KEY = "minio-admin";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected