v2.1.0
Description
This release focuses on removing redundant dependencies that either provided natively by node or packaged with webdriverio
.
Summary
- removed
coloredLogs
in favor on@wdio/logger
, this also deprecatesdebug
flag in favor oflogLevel
natively provided inwdio
configuration. - removed
chalk
- removed
bluebird
in favor of nativePromise
- refactored tests to use
async/await
- cleaned up test logging by properly applying sinon stubs