email2vimalraj / CucumberExtentReporter

A plugin to generate the cucumber jvm custom html report using ExtentsReport
http://www.vimalselvam.com/cucumber-extent-reporter/
MIT License
58 stars 74 forks source link

Issue in generating Extent report when tests run in parallel. #89

Open Ketanb03 opened 6 years ago

Ketanb03 commented 6 years ago

Hi Vimal, I am using the plugin to generate extent report. The report is getting generated successfully when Test cases are executed in sequence i.e. One feature file at a time. But when I create a gradle task which runs multiple feature files at a time the task fails with Null Pointer Exception. It seem like the plugin is unable to handle parallel execution scenario. Kindly check if this can be handled.

email2vimalraj commented 6 years ago

Hi @Ketanb03,

Could you please provide the gradle task which you use to execute multiple feature files?

Thanks.