-
-
Notifications
You must be signed in to change notification settings - Fork 53
feat: add new package @wdio/image-comparison-core #982
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
base: ws/@wdio/image-comparison-core
Are you sure you want to change the base?
Conversation
Started - migrating code - optimize types - remove executor and replace by wdio methods
|
- fix tests
- updated tests
- updated tests
- fixed and added UT's
- fix UT's
- fixed UTs and imports
- fix BiDi check - fix determining iOS currentOffsets - fix calculating remaining content for mobile fullpage screenshots - add extra debug logging when the fullpage scroll becomes negative - updated baselines
- saveWebElement - saveAppScreen - saveAppElement - saveWebScreen - saveTabbablePage - saveElement - mocks file
- add comments for whats's not properly testable
- fix screendimentions test
…ntScreenshot - add new UT's for takeBase64ElementScreenshot part 1
This PR will create a new core-module which will replace the
webdriver-image-comparison
module with a module that can only be used by WDIO. This will reduce the complexity for the @wdio/visual-testing serviceTODO: