Skip to content
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

Update libraries.mjs - new description for WatchUI 2.0 #254

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/resources/libraries.mjs
Expand Up @@ -310,7 +310,7 @@ export default () => ([
{
name: 'WatchUI',
href: 'https://github.com/Tesena-smart-testing/WatchUI',
description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). Runs on Selenium to generate screenshots, uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.',
description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). WatchUI works with any UI automation library and compares provided screenshots. It could be used with SeleniumLibrary, Browser library, Sikuli, Appium, or any other UI library where visual validation is required. It also uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.',
tags: ['ui']
}
])