Skip to content

Commit 7d40b56

Browse files
MichaelHallikMichael Hallik
and
Michael Hallik
authored
Add robotframework-xmlvalidator library to resources list (#347)
Co-authored-by: Michael Hallik <MichaelHallik@Innax.nl>
1 parent 9f54760 commit 7d40b56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/content/resources/libraries.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,12 @@ export default () => ([
211211
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.',
212212
tags: ['mail', 'imap', 'smtp', 'pop3', 'ssl']
213213
},
214+
{
215+
name: 'Robotframework-XmlValidator',
216+
href: 'https://github.com/MichaelHallik/robotframework-xmlvalidator',
217+
description: 'A Robot Framework test library for validating XML files against XSD schemas, and more.',
218+
tags: ['xml', 'xsd', 'xmlschema']
219+
},
214220
{
215221
name: 'SapGuiLibrary',
216222
href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary/',

0 commit comments

Comments
 (0)