create-testplane
Version:
A tool for fast and simple Testplane configuration
16 lines • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.HTML_REPORTER,
fn: (config) => {
config.plugins[plugins_1.HTML_REPORTER] = {
__comment: "https://github.com/gemini-testing/html-reporter",
enabled: true,
path: "testplane-report",
defaultView: "all",
diffMode: "3-up-scaled",
};
},
};
//# sourceMappingURL=html-reporter.js.map