webdriverio-community / wdio-html-reporter

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

createReport does not wait for copyfiles to finish #56

Closed flunderpero closed 3 years ago

flunderpero commented 3 years ago

We create the report with createReport and then copy the files to another directory. This is somehow flaky and I found the reason why:

createReport does not wait until copyfiles is finished and so we miss the third-party files (jquery.min.js etc.).

rpii commented 3 years ago

fixed in version 6.3.3