diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs
index a07fd0f5..87bfa617 100644
--- a/src/content/resources/libraries.mjs
+++ b/src/content/resources/libraries.mjs
@@ -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 doipclient. This library is part of the RobotFramework AIO (All In One) OSS project.',
+ tags: ['embedded', 'automotive']
+ },
{
name: 'Eclipse Library',
href: 'https://github.com/lcarbonn/robotframework-eclipselibrary/',
@@ -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 udsoncan, doipclient and odxtools. This library is part of the RobotFramework AIO (All In One) OSS project.',
+ tags: ['embedded', 'automotive']
+ },
{
name: 'WatchUI',
href: 'https://github.com/Tesena-smart-testing/WatchUI',
diff --git a/src/content/resources/tools.mjs b/src/content/resources/tools.mjs
index 68e37142..bd38c154 100644
--- a/src/content/resources/tools.mjs
+++ b/src/content/resources/tools.mjs
@@ -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.',