Skip to content

Commit aaad48a

Browse files
Merge pull request #30 from gemini-testing/TESTPLANE-422
fix: populate plugin parsed config to testplane config
2 parents 47ada2e + 43c52c6 commit aaad48a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugin.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ const parseConfig = require('./lib/config');
77
module.exports = (testplane, opts) => {
88
const config = parseConfig(opts);
99

10+
Object.assign(opts, config);
11+
1012
if (!config.enabled) {
1113
return;
1214
}

0 commit comments

Comments
 (0)