UNPKG

e2ed

Version:

E2E testing framework over Playwright

8 lines (7 loc) 229 B
import type { UtcTimeInMs } from '../types/internal'; /** * e2ed start time (UTC, in milliseconds). */ declare const startTimeInMs: UtcTimeInMs; export { RunEnvironment } from '../constants/internal'; export { startTimeInMs };