Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4 Libraries I just found by the same team - robotframework-thailand #319

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
24 changes: 24 additions & 0 deletions src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ export default () => ([
description: 'Testing JavaFX applications, based on <a href="https://github.com/TestFX/TestFX" target="_blank">TestFX</a>. 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',
Expand All @@ -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',
Expand Down Expand Up @@ -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',
Expand Down