Skip to content
Open
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
8 changes: 7 additions & 1 deletion src/content/resources/libraries.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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']
},
])