UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

17 lines 569 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const plugins_1 = require("../constants/plugins"); exports.default = { name: plugins_1.TESTPLANE_TEST_REPEATER, fn: (config) => { config.plugins[plugins_1.TESTPLANE_TEST_REPEATER] = { __comment: "https://github.com/gemini-testing/testplane-test-repeater", enabled: false, repeat: 5, minRepeat: 0, maxRepeat: 100, uniqSession: true, }; }, }; //# sourceMappingURL=testplane-test-repeater.js.map