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',