BorisOsipov / wdio-reportportal-reporter

A WebdriverIO plugin. Report results to Report Portal.
MIT License
23 stars 29 forks source link

Add async/await to examples #219

Closed klamping closed 1 year ago

klamping commented 1 year ago

The docs were missing some async/await calls. While technically the code examples would run, they caused a race condition which can cause intermittent issues.

BorisOsipov commented 1 year ago

Thanks @klamping

The examples were written for wdio v5 with sync mode :)

Also all static methods of reportportal are sync.