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