UNPKG

e2ed

Version:

E2E testing framework over Playwright

10 lines (9 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTestRunEventFileName = void 0; /** * Get test run event file name by runId. * @internal */ const getTestRunEventFileName = (runId) => `${runId}.json`; exports.getTestRunEventFileName = getTestRunEventFileName;