Skip to content

Commit

Permalink
Merge pull request #30 from gemini-testing/TESTPLANE-422
Browse files Browse the repository at this point in the history
fix: populate plugin parsed config to testplane config
  • Loading branch information
KuznetsovRoman authored Jan 20, 2025
2 parents 47ada2e + 43c52c6 commit aaad48a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit aaad48a

Please sign in to comment.