From 5e8e3586f2022216274631b4699c775ec989e9fc Mon Sep 17 00:00:00 2001 From: damies13 Date: Wed, 17 Apr 2024 16:23:43 +1000 Subject: [PATCH] 4 Libraries I just found by the same team - amework-thailand --- src/content/resources/libraries.mjs | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index a07fd0f5..79a0c3d6 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -130,6 +130,18 @@ export default () => ([ description: 'Testing JavaFX applications, based on TestFX. Has also remote interface support.', tags: ['java'] }, + { + name: 'JenkinsLibrary', + href: 'https://github.com/robotframework-thailand/robotframework-jenkinslibrary/blob/master/README.md', + description: 'Jenkins wrapper library for robotframework', + tags: ['json', 'jsonpath'] + }, + { + name: 'JSONLibrary', + href: 'https://github.com/robotframework-thailand/robotframework-jsonlibrary/blob/master/README.md', + description: 'JSONLibrary is a Robot Framework test library for manipulating JSON Object. You can manipulate your JSON object using JSONPath', + tags: ['jenkins'] + }, { name: 'KiCadLibrary', href: 'https://github.com/madworx/robotframework-kicadlibrary#readme', @@ -146,6 +158,12 @@ export default () => ([ description: 'Allows the creation of automated test scripts to test IBM Mainframe 3270.', tags: ['ibm'] }, + { + name: 'MongoDB-Library', + href: 'https://github.com/robotframework-thailand/robotframework-mongodb-library/blob/master/README.md', + description: 'A library for interacting with MongoDB from RobotFramework.', + tags: ['mongodb'] + }, { name: 'MQTT library', href: 'https://github.com/randomsync/robotframework-mqttlibrary#readme', @@ -176,6 +194,12 @@ export default () => ([ description: 'Generic network protocol test library that offers easy way to specify network packets and inspect the results of sent and received packets.', tags: ['http'] }, + { + name: 'RedisLibrary', + href: 'https://github.com/robotframework-thailand/robotframework-redislibrary/blob/master/README.md', + description: 'RedisLibrary is a Robot Framework test library which provides keywords for manipulating in-memory data stores in Redis.', + tags: ['redis'] + }, { name: 'RemoteSwingLibrary', href: 'https://github.com/robotframework/remoteswinglibrary',