Skip to content
Merged
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 @@ -211,6 +211,12 @@ export default () => ([
description: 'The Robotframework-MailClientLibrary is a keyword-based mail client library that supports testing of mail protocols, including IMAP, POP3, and SMTP with or without SSL connection.',
tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl']
},
{
name: 'Robotframework-XmlValidator',
href: 'https://github.com/MichaelHallik/robotframework-xmlvalidator',
description: 'A Robot Framework test library for validating XML files against XSD schemas, and more.',
tags: ['xml', 'xsd', 'xmlschema']
},
{
name: 'SapGuiLibrary',
href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary/',
Expand Down