create-testplane
Version:
A tool for fast and simple Testplane configuration
14 lines • 547 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_TABS_CLOSER,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_TABS_CLOSER] = {
__comment: "https://github.com/gemini-testing/testplane-tabs-closer",
enabled: true,
__comment1: 'Add property "browsers" with regexp value like "browsers": /chrome/',
};
},
};
//# sourceMappingURL=testplane-tabs-closer.js.map