Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ export default () => ([
description: 'HTTP level testing using Apache HTTP client. Available also at <a href="https://search.maven.org/#search%7Cga%7C1%7Ca%3A%22robotframework-httprequestlibrary%22" target="_blank">Maven central</a>.',
tags: ['http', 'java']
},
{
name: 'ImageCompare Library',
href: 'https://github.com/manykarim/robotframework-imagecompare',
description: 'A library for simple screenshot comparison. Supports image files like .png and .jpg. Image Parts can be ignored via simple coordinate masks or area masks.',
tags: ['comparison', 'screenshot', 'png', 'jpg']
},
{
name: 'ImageHorizonLibrary',
href: 'https://github.com/eficode/robotframework-imagehorizonlibrary#readme',
Expand Down