From 1ed2287bba42e9ef857dac33d1c7b7847e4f3a3f Mon Sep 17 00:00:00 2001 From: damies13 Date: Tue, 26 Mar 2024 00:31:23 +1000 Subject: [PATCH] SerialLibrary --- src/content/resources/libraries.mjs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index a07fd0f5..f4ea436f 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -205,6 +205,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: 'SerialLibrary', + href: 'https://github.com/whosaysni/robotframework-seriallibrary', + description: 'A serial port test library for Robot Framework.', + tags: ['serial', 'com', 'io'] + }, { name: 'SapGuiLibrary', href: 'https://github.com/frankvanderkuur/robotframework-sapguilibrary/',