-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade wdio v8 ts #130
Upgrade wdio v8 ts #130
Conversation
- Update: - to WDIO V8 - to TypeScript - Breaking changes - removed support for JWP - logName: - removed from JWP - removed from 'sauce:options' - removed from 'appium:options' - name: - removed from JWP - platform - removed from JWP - platformVersion - removed from JPW - added `appium` prefix - deviceName - removed from JPW - added `appium` prefix - nativeWebScreenshot - removed from JPW - added `appium` prefix - polish - update dependencies - update types
- drop support for Safari 11-13 - update full-page screenshots - fixed desktop linting
- update configs
- removed old Galaxy and Pixel phones and added the GoogleApi Emulator - updated the browser matrix
- update screenshots
Looking forward to this. What do you think about having a general section on Visual Testing in the WebdriverIO docs and using this tool as a recommended option? |
Sorry @christian-bromann I missed this. I'll finish up the PR next week during my PTO.
Sure, what are you looking for/what are your ideas? |
In our docs we currently have broad sections on Furthermore I wonder what you think about moving this into the community org so we can help with maintaining the package? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
💥 Breaking Change
Capability support:
logName
:sauce:options
appium:options
name
:platform
platformVersion
appium
prefixdeviceName
appium
prefixnativeWebScreenshot
appium
prefixDevice support:
🚀 New Features
💅 Polish
🐛 Bug Fix