webdriverio-community / wdio-html-reporter

Fork of wdio-html-format-reporter
MIT License
18 stars 27 forks source link

change ReportAggregator.createReport to sync #60

Closed karlhepler closed 3 years ago

karlhepler commented 3 years ago

I can't find a reason why reportAggregator.createReport is async. The way it's being implemented in onComplete could potentially lead to a race condition which could cause the tests to complete before the report aggregator has had a chance to do its job.