create-testplane
Version:
A tool for fast and simple Testplane configuration
15 lines • 589 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_RETRY_PROGRESSIVE,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_RETRY_PROGRESSIVE] = {
__comment: "https://github.com/gemini-testing/testplane-retry-progressive",
enabled: true,
extraRetry: 5,
errorPatterns: ["__comment: Write here error patterns (supports regex)"],
};
},
};
//# sourceMappingURL=testplane-retry-progressive.js.map