From 43fe7107c50edc22cc454b3ba1b1a80f5aa9c78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Pollersp=C3=B6ck?= Date: Sun, 22 Dec 2024 18:57:40 +0100 Subject: [PATCH] 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. --- src/content/resources/libraries.mjs | 12 ++++++++++++ src/content/resources/tools.mjs | 6 ++++++ 2 files changed, 18 insertions(+) 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.',