Closed klamping closed 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.
Thanks @klamping
The examples were written for wdio v5 with sync mode :)
Also all static methods of reportportal are sync.
reportportal
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.