We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47ada2e + 43c52c6 commit aaad48aCopy full SHA for aaad48a
plugin.js
@@ -7,6 +7,8 @@ const parseConfig = require('./lib/config');
7
module.exports = (testplane, opts) => {
8
const config = parseConfig(opts);
9
10
+ Object.assign(opts, config);
11
+
12
if (!config.enabled) {
13
return;
14
}
0 commit comments