create-testplane
Version:
A tool for fast and simple Testplane configuration
15 lines • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_GLOBAL_HOOK,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_GLOBAL_HOOK] = {
__comment: "https://github.com/gemini-testing/testplane-global-hook",
enabled: true,
__comment1: 'Add "beforeEach" function, it will be run before each test',
__comment2: 'Add "afterEach" function, it will be run after each test',
};
},
};
//# sourceMappingURL=testplane-global-hook.js.map