From b62fc88ff802760139f1f9096c0582bd42a0ac28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pollersp=C3=B6ck?= Date: Mon, 9 Dec 2024 12:00:05 +0100 Subject: [PATCH 1/4] Update libraries.mjs added - DoIP Keyword library - UDS Keyword library --- src/content/resources/libraries.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index a07fd0f5..ad53b167 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.', + 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.', + tags: ['embedded', 'automotive'] + }, { name: 'WatchUI', href: 'https://github.com/Tesena-smart-testing/WatchUI', From 7ae4f7c1d8b6376bb17086d1ac1507aed9d65395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pollersp=C3=B6ck?= Date: Mon, 9 Dec 2024 12:05:23 +0100 Subject: [PATCH 2/4] Update tools.mjs add - robotframework-aio.org --- src/content/resources/tools.mjs | 6 ++++++ 1 file changed, 6 insertions(+) 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.', From 425e7e61977005d23cacf3af074fd338aff2323a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pollersp=C3=B6ck?= Date: Mon, 9 Dec 2024 12:12:24 +0100 Subject: [PATCH 3/4] Update libraries.mjs fix letter case --- src/content/resources/libraries.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index ad53b167..219688b9 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -98,7 +98,7 @@ export default () => ([ { name: 'DoIP Library', href: 'https://github.com/test-fullautomation/robotframework-doip', - description: 'DoIP (Diagnostic over Internet Protocol) Keyword Library based on doipclient.', + description: 'DoIP (Diagnostic over Internet Protocol) keyword library based on doipclient.', tags: ['embedded', 'automotive'] }, { @@ -322,7 +322,7 @@ export default () => ([ { name: 'UDS Library', href: 'https://github.com/test-fullautomation/robotframework-uds', - description: 'UDS (Unified Diagnostic Services) Keyword Library based on udsoncan, doipclient and odxtools.', + description: 'UDS (Unified Diagnostic Services) keyword library based on udsoncan, doipclient and odxtools.', tags: ['embedded', 'automotive'] }, { From 45af6a867e8b091e5355b33c82d05bb8f38063e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pollersp=C3=B6ck?= Date: Tue, 10 Dec 2024 17:12:17 +0100 Subject: [PATCH 4/4] Update libraries.mjs updated DoIP and UDS description. --- src/content/resources/libraries.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 219688b9..87bfa617 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -98,7 +98,7 @@ export default () => ([ { name: 'DoIP Library', href: 'https://github.com/test-fullautomation/robotframework-doip', - description: 'DoIP (Diagnostic over Internet Protocol) keyword library based on doipclient.', + 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'] }, { @@ -322,7 +322,7 @@ export default () => ([ { name: 'UDS Library', href: 'https://github.com/test-fullautomation/robotframework-uds', - description: 'UDS (Unified Diagnostic Services) keyword library based on udsoncan, doipclient and odxtools.', + 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'] }, {