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.
1 parent 47ada2e commit 43c52c6Copy full SHA for 43c52c6
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