e2ed
Version:
E2E testing framework over Playwright
10 lines (9 loc) • 318 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.AFTER_ERROR_IN_TEST_TIMEOUT_IN_MS = void 0;
/**
* Timeout in milliseconds for additional actions after an error in test
* (taking a screenshot of the page, etc.).
* @internal
*/
exports.AFTER_ERROR_IN_TEST_TIMEOUT_IN_MS = 8_000;