MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / main

Function main

apps/api/e2e/session-e2e.ts:251–263  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

249}
250
251async function main() {
252 console.log(
253 `Session E2E — api=${API_URL} worker=${WORKER_URL} timeout=${SESSION_TIMEOUT_MS}ms project=${PROJECT_ID}`
254 );
255 await preflight();
256 await ensureFixtures();
257 await scenarioSingleSession();
258 await scenarioBoundary();
259 await scenarioNonScreenViewFirst();
260 await scenarioReplay();
261 await scenarioIdentify();
262 await shutdown(summarize());
263}
264
265main().catch(async (error) => {
266 console.error('\nFATAL:', error);

Callers 1

session-e2e.tsFile · 0.70

Calls 10

preflightFunction · 0.90
ensureFixturesFunction · 0.90
shutdownFunction · 0.90
summarizeFunction · 0.90
scenarioSingleSessionFunction · 0.85
scenarioBoundaryFunction · 0.85
scenarioReplayFunction · 0.85
scenarioIdentifyFunction · 0.85
logMethod · 0.45

Tested by

no test coverage detected