SimitTomar / wdio-cucumber-parallel-execution

A WebdriverIO capability for running Cucumber scenarios in parallel.
25 stars 10 forks source link

unable to get the consolidated json and html report #24

Open sachinArya opened 2 years ago

sachinArya commented 2 years ago

By using this plugin I am able to run the tests in parallel but I am getting a blank consolidated json report. I am using the exact same code mentioned here https://github.com/SimitTomar/wdio-cucumber-parallel-execution.

I have also provided the code from wdio.conf.js https://jsfiddle.net/3xrhpzew/1/

Sunny-sp commented 2 years ago

Same issue getting Empty Json array. I read the getConsolidatedData function but don't know from where function is trying to read the Json files, generated while splitting the feature files to create the Json array. I couldn't find any Json file. Please reply if got any solution or fix.

Sanjaythadani37 commented 1 year ago

I am also getting an empty Json array. Please advise if there is any update.