Open jseymour1 opened 2 years ago
Webdriver.io has both Sync and Async Mode. As of 14/04/2021, sync mode is no longer supported.
The other Webdriver.io formatter uses @wdio/sync, but this one uses @wdio/async.
@wdio/sync
@wdio/async
With this change, Katalon Recorder can export to either mode of Webdriver.io.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
No Coverage information No Duplication information
Webdriver.io has both Sync and Async Mode. As of 14/04/2021, sync mode is no longer supported.
The other Webdriver.io formatter uses
@wdio/sync
, but this one uses@wdio/async
.With this change, Katalon Recorder can export to either mode of Webdriver.io.