Skip to content

Commit 7fa4af9

Browse files
committed
feat: run-workers with multiple browers output folders
1 parent 1f964ee commit 7fa4af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/workers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const createWorkerObjects = (testGroups, config, testRoot, options, selectedRuns
9696
const workersToExecute = [];
9797

9898
const currentOutputFolder = config.output;
99-
const currentMochawesomeReportDir = config.mocha.reporterOptions.mochawesome.options.reportDir;
99+
const currentMochawesomeReportDir = config.mocha.reporterOptions?.mochawesome.options.reportDir;
100100

101101
collection.createRuns(selectedRuns, config).forEach((worker) => {
102102
const _config = { ...config };

0 commit comments

Comments
 (0)