We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aab86a commit 013c616Copy full SHA for 013c616
src/content/resources/libraries.mjs
@@ -152,6 +152,12 @@ export default () => ([
152
description: 'Testing MQTT brokers and applications.',
153
tags: ['iot']
154
},
155
+ {
156
+ name: 'OracleDBLibrary',
157
+ href: 'https://github.com/adeliogullari/robotframework-oracledb-library',
158
+ description: 'A database testing library for Robot Framework that utilizes the python-oracledb tool internally.',
159
+ tags: ['db', 'oracle', 'oracledb']
160
+ },
161
{
162
name: 'PuppeteerLibrary',
163
href: 'https://github.com/qahive/robotframework-puppeteer',
0 commit comments