Skip to content

Commit 7b26af9

Browse files
Merge pull request #629 from gemini-testing/TESTPLANE-422
fix: populate plugin parsed config to testplane config
2 parents fa6c360 + b3b2efa commit 7b26af9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testplane.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ export default (testplane: Testplane, opts: Partial<ReporterOptions>): void => {
2727

2828
const config = parseConfig(opts);
2929

30+
Object.assign(opts, config);
31+
3032
if (!config.enabled) {
3133
return;
3234
}

0 commit comments

Comments
 (0)