From 8829ff4087250d19ce09a0c339aa52910b6cd28a Mon Sep 17 00:00:00 2001 From: Vijay Kumar B Date: Tue, 13 Jan 2026 15:31:30 +0530 Subject: [PATCH] Added parrot test automation framework to the library list. --- src/content/resources/libraries.mjs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/content/resources/libraries.mjs b/src/content/resources/libraries.mjs index 81b6805a..0924f1f5 100644 --- a/src/content/resources/libraries.mjs +++ b/src/content/resources/libraries.mjs @@ -348,5 +348,11 @@ export default () => ([ href: 'https://github.com/Nilsty/robotframework-terraformlibrary', description: 'A library providing Infrastructure as Code capabilities via Terraform and OpenTofu', tags: ['cloud', 'infrastructure'] - } + }, + { + name: 'Parrot - Embedded Test Automation Framework', + href: 'https://github.com/zilogic-systems/parrot', + description: 'Collection of libraries for automating the testing of embedded systems, including IoT nodes and sensors, gateways, automotive digital cockpits, telematics platforms, and other ECUs.', + tags: ['embedded', 'automotive'] + }, ])