diff --git a/plugin.js b/plugin.js index 1e013ee..364de38 100644 --- a/plugin.js +++ b/plugin.js @@ -7,6 +7,8 @@ const parseConfig = require('./lib/config'); module.exports = (testplane, opts) => { const config = parseConfig(opts); + Object.assign(opts, config); + if (!config.enabled) { return; }