You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have used package - wdio-cucumberjs-json-reporter, to create json file. And then used package-multiple-cucumber-html-reporter to create html report using that json file.
But the issue is when I execute multiple case with maxInstance as 1 (means it executes one by one), then its not able able to merge all json. Hence, I see just one feature in the report and not multiple feature.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have used package - wdio-cucumberjs-json-reporter, to create json file. And then used package-multiple-cucumber-html-reporter to create html report using that json file.
But the issue is when I execute multiple case with maxInstance as 1 (means it executes one by one), then its not able able to merge all json. Hence, I see just one feature in the report and not multiple feature.
Please advice.
All reactions