Skip to content

Releases: Tesena-smart-testing/WatchUI

minor fixes, bump up version

09 Mar 13:57
c9822bc
Compare
Choose a tag to compare
  • see previous release v2.0.2 release notes
  • this is just a version bump

Minor fixes

09 Mar 08:21
5fa78eb
Compare
Choose a tag to compare
  • minor fixes - docstrings, pipelines, etc
  • update dependencies
  • added metadata to pyproject.toml
  • added pre-commit hook for formatting via Black

v2.0.1

03 Mar 15:54
b91b012
Compare
Choose a tag to compare

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).

  • Completly description #84
  • Add some security #88

v1.0.12

05 Jan 08:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.11...1.0.12

v1.0.11

21 Jan 19:56
60666c6
Compare
Choose a tag to compare
  • 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

04 Jan 19:37
7e9b957
Compare
Choose a tag to compare

fix bug in assertion
try to fix long description encoding
add zoom to pdf to image

v1.0.9

09 Dec 18:34
a723f45
Compare
Choose a tag to compare

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

23 Nov 08:54
0ea0eb1
Compare
Choose a tag to compare

• 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

22 Jun 11:07
ffbd873
Compare
Choose a tag to compare
  • 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)