create-testplane
Version:
A tool for fast and simple Testplane configuration
14 lines • 480 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_PROFILER,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_PROFILER] = {
__comment: "https://github.com/gemini-testing/testplane-profiler",
enabled: true,
path: "testplane-profiler",
};
},
};
//# sourceMappingURL=testplane-profiler.js.map