MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / isFilming

Function isFilming

e2e/src/timeline.ts:79–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77
78/** True when this run is producing a recording meant to be watched. */
79export const isFilming = (): boolean =>
80 process.env.E2E_FILM === "1" || process.env.E2E_DESK === "1";
81
82/** Hold for the viewer — a no-op unless this run is being filmed. */
83export const beat = async (ms: number = FILM_BEAT_MS): Promise<void> => {

Callers 1

beatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected