Releases: Tesena-smart-testing/WatchUI
minor fixes, bump up version
- see previous release v2.0.2 release notes
- this is just a version bump
Minor fixes
- minor fixes - docstrings, pipelines, etc
- update dependencies
- added metadata to pyproject.toml
- added pre-commit hook for formatting via Black
v2.0.1
WatchUI ver2.0.1
###Breaking changes
WatchUI 2.0 brings breaking changes. Dev team decided to streamline the library and focus it solely on the image and text comparison. This allows us to remove the implicit dependency on browser automation libraries - namely SeleniumLibrary, which was implicit part of the library via RF BuiltIn() import of the SeleniumLibrary instance.
This is no longer the case - user of the WatchUI therefore can and have to choose, what UI automation library will use and provide screenshots to the WatchUI keywords to be compared. It could be now used with SeleniumLibrary, Browser library, Sikuli, Appium or any other UI library where visual validation is required.
Version 1.x.x is no longer supported, but it is still available on [Pypi](pip install WatchUI==1.0.11).
v1.0.12
What's Changed
- Documentation review + small improvements by @marcel-veselka in #67
- Small improvements, fixing typos, extended docs (dev setup) by @marcel-veselka in #68
- Tesseract refactoring by @marcel-veselka in #69
- Create code-formatter.yml by @radekBednarik in #71
- Added SonarQube scanning by @marcel-veselka in #70
- Fix for bug #77 by @marcel-veselka in #78
Full Changelog: 1.0.11...1.0.12
v1.0.11
- New keyword for creating image
- Repair reporting image in compare to image
- Repair some bugs for keywords compare_images, create area, works with reporting
- Add new test for pdf
- Repair bug in Readme.MD and images
v1.0.10
fix bug in assertion
try to fix long description encoding
add zoom to pdf to image
v1.0.9
Changes:
- Repair bugs in readme
- Repair bugs in image_to_string
- Add functionality for keyword PDF_to_image. Now you can change all pdf in one step, just use -1
v1.0.7
• New unit test
• New documentation
• Change code for better calling library
• New keywords for tesseract.
• New keywords for pdf
• New raise error for better understanding mistake
v1.0.0
- Repair some bugs
- Add new set up for format img (Now We can set up png, jpg etc. for screenshot)
- Add new tests for a better demonstration of working with the library
- Add new tests for testing push/merge from branch
- Now the images from the page are saved even if the test is pass (Supplied due to the possibility to set up SSIM but the impossibility to find out where it differs)