testplane
Version:
Tests framework based on mocha and wdio
16 lines • 676 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BRO_INIT_INTERVAL_ON_RECONNECT = exports.BRO_INIT_TIMEOUT_ON_RECONNECT = exports.SUPPORTED_ASYMMETRIC_MATCHER = exports.WORKER_EVENT_PREFIX = void 0;
exports.WORKER_EVENT_PREFIX = "worker";
exports.SUPPORTED_ASYMMETRIC_MATCHER = {
Any: "any",
Anything: "anything",
ArrayContaining: "arrayContaining",
ObjectContaining: "objectContaining",
StringContaining: "stringContaining",
StringMatching: "stringMatching",
CloseTo: "closeTo",
};
exports.BRO_INIT_TIMEOUT_ON_RECONNECT = 5000;
exports.BRO_INIT_INTERVAL_ON_RECONNECT = 250;
//# sourceMappingURL=constants.js.map