Skip to content

Commit

Permalink
test-fullautomation/add initial libraries (#327)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
test-fullautomation authored Dec 22, 2024
1 parent 9432ab0 commit 43fe710
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,12 @@ export default () => ([
href: 'https://github.com/sebastianciupinski/robotframework-doesislibrary#readme',
description: 'Autogenerated keywords like Is Something, Does Someting created form assertion keywords like Should Be, Should Not Be, etc'
},
{
name: 'DoIP Library',
href: 'https://github.com/test-fullautomation/robotframework-doip',
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.',
tags: ['embedded', 'automotive']
},
{
name: 'Eclipse Library',
href: 'https://github.com/lcarbonn/robotframework-eclipselibrary/',
Expand Down Expand Up @@ -313,6 +319,12 @@ export default () => ([
description: 'Provides resources and tools for writing functional Selenium tests for Plone CMS and its add-ons.',
tags: ['selenium']
},
{
name: 'UDS Library',
href: 'https://github.com/test-fullautomation/robotframework-uds',
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.',
tags: ['embedded', 'automotive']
},
{
name: 'WatchUI',
href: 'https://github.com/Tesena-smart-testing/WatchUI',
Expand Down
6 changes: 6 additions & 0 deletions src/content/resources/tools.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ export default () => ([
href: 'https://bitbucket.org/robotframework/pygmentslexer',
tags: ['editor']
},
{
name: 'RobotFramework AIO (All in One)',
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.',
href: 'https://robotframework-aio.org',
tags: ['IDTE']
},
{
name: 'Robot Tools',
description: 'Collection of supporting tools that can be used with Robot Framework.',
Expand Down

0 comments on commit 43fe710

Please sign in to comment.