Skip to content

test-fullautomation/add initial libraries #327

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

Merged
Show file tree
Hide file tree
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
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