Releases: testiumjs/testium-driver-wd
Releases · testiumjs/testium-driver-wd
v4.1.4
v4.1.3
v4.1.1
🐛 Bug Fixes
- #61 fix: getCookieValue() throwing on missing cookie (@aaarichter)
v4.1.0
🚀 New Features
- #60 feat: new assertion functions & more (@aaarichter)
v4.0.3
📦️ Code Refactoring
- #59 refactor: move promise chain methods to according files & increate default page size to 1400x1000 (@aaarichter)
v4.0.2
📦️ Code Refactoring
- #58 refactor: replace lodash & assertive usage (@aaarichter)
v4.0.1
- chore(deps): bump lodash from 4.17.15 to 4.17.19 - @dependabot[bot] #55
v4.0.0
Breaking Changes
See: c69bd29
Commits
- chore: upgrade dependencies (puppeteer 3.x & lighthouse 6.x) - @aaarichter #54
e7ebe77
chore: update dependencies & lint55aca57
chore: upgrade to puppeeteer 3.x3df1d88
chore: set node 14 in travis.yml0db83aa
chore: upgrade uuidc69bd29
chore: upgrade lighthouse from 5.x to 6.x - see: testiumjs//github.com/GoogleChrome/lighthouse/blob/master/changelog.md#600-2020-05-192b7b665
chore: update dependencies & travis syntax
v3.1.1
- style: rename types - @aaarichter #52
4f8ffe1
docs: update typescript & add getLighthouseData()
v3.1.0
- feat: browser.getUrlObj() - @aaarichter #51
e157fd9
feat: browser.getUrlObj()