UNPKG

create-testplane

Version:

A tool for fast and simple Testplane configuration

14 lines 518 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const plugins_1 = require("../constants/plugins"); exports.default = { name: plugins_1.TESTPLANE_PLUGINS_PROFILER, fn: (config) => { config.plugins[plugins_1.TESTPLANE_PLUGINS_PROFILER] = { __comment: "https://github.com/gemini-testing/testplane-plugins-profiler", enabled: true, reportPath: "./plugins-profiler", }; }, }; //# sourceMappingURL=testplane-plugins-profiler.js.map