Skip to content

Commit 43fe710

Browse files
test-fullautomation/add initial libraries (#327)
* Update libraries.mjs added - DoIP Keyword library - UDS Keyword library * Update tools.mjs add - robotframework-aio.org * Update libraries.mjs fix letter case * Update libraries.mjs updated DoIP and UDS description.
1 parent 9432ab0 commit 43fe710

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

src/content/resources/libraries.mjs

+12
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ export default () => ([
9595
href: 'https://github.com/sebastianciupinski/robotframework-doesislibrary#readme',
9696
description: 'Autogenerated keywords like Is Something, Does Someting created form assertion keywords like Should Be, Should Not Be, etc'
9797
},
98+
{
99+
name: 'DoIP Library',
100+
href: 'https://github.com/test-fullautomation/robotframework-doip',
101+
description: 'DoIP (Diagnostic over Internet Protocol) keyword library based on <a href="https://pypi.org/project/doipclient/" target="_blank">doipclient</a>. This library is part of the <a href="https://robotframework-aio.org" target="_blank">RobotFramework AIO</a> (All In One) OSS project.',
102+
tags: ['embedded', 'automotive']
103+
},
98104
{
99105
name: 'Eclipse Library',
100106
href: 'https://github.com/lcarbonn/robotframework-eclipselibrary/',
@@ -313,6 +319,12 @@ export default () => ([
313319
description: 'Provides resources and tools for writing functional Selenium tests for Plone CMS and its add-ons.',
314320
tags: ['selenium']
315321
},
322+
{
323+
name: 'UDS Library',
324+
href: 'https://github.com/test-fullautomation/robotframework-uds',
325+
description: 'UDS (Unified Diagnostic Services) keyword library based on <a href="https://pypi.org/project/udsoncan/" target="_blank">udsoncan</a>, <a href="https://pypi.org/project/doipclient/" target="_blank">doipclient</a> and <a href="https://pypi.org/project/odxtools/" target="_blank">odxtools</a>. This library is part of the <a href="https://robotframework-aio.org" target="_blank">RobotFramework AIO</a> (All In One) OSS project.',
326+
tags: ['embedded', 'automotive']
327+
},
316328
{
317329
name: 'WatchUI',
318330
href: 'https://github.com/Tesena-smart-testing/WatchUI',

src/content/resources/tools.mjs

+6
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@ export default () => ([
179179
href: 'https://bitbucket.org/robotframework/pygmentslexer',
180180
tags: ['editor']
181181
},
182+
{
183+
name: 'RobotFramework AIO (All in One)',
184+
description: 'RobotFramework AIO combines test development and execution into a single, integrated environment with VSCodium, Robot Framework, and additional keyword libraries. With just three clicks, a fully pre-configured installation is ready, offering version control to ensure reproducible and predictable test results. This solution simplifies test case development and production testing through seamless integration and continuous updates.',
185+
href: 'https://robotframework-aio.org',
186+
tags: ['IDTE']
187+
},
182188
{
183189
name: 'Robot Tools',
184190
description: 'Collection of supporting tools that can be used with Robot Framework.',

0 commit comments

Comments
 (0)