MCPcopy Index your code
hub / github.com/callstack/agent-device / createArtifactDir

Function createArtifactDir

test/integration/smoke-web-platform.test.ts:394–399  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

392}
393
394function createArtifactDir(): string {
395 const runId = new Date().toISOString().replaceAll(':', '-');
396 const artifactDir = path.resolve('test/artifacts/web/live-web-platform-e2e-smoke', runId);
397 mkdirSync(artifactDir, { recursive: true });
398 return artifactDir;
399}
400
401function fixtureHtml(): string {
402 return `<!doctype html>

Callers 1

createWebSmokeContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected