Skip to content

Commit 617baa4

Browse files
NilstyNoordsestern
authored andcommitted
adding Kube and TerraformLibrary
1 parent 009704f commit 617baa4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/content/resources/libraries.mjs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,5 +336,17 @@ export default () => ([
336336
href: 'https://github.com/Tesena-smart-testing/WatchUI',
337337
description: 'Visual testing library for visual difference testing as well as image content testing (including PDF documents). Runs on Selenium to generate screenshots, uses PyMuPDF to process PDFs and Tesseract OCR to recognize text.',
338338
tags: ['ui']
339+
},
340+
{
341+
name: 'KubeLibrary',
342+
href: 'https://github.com/devopsspiral/KubeLibrary',
343+
description: 'A library to interact with the Kubernetes API',
344+
tags: ['cloud', 'infrastructure']
345+
},
346+
{
347+
name: 'Terraform Library',
348+
href: 'https://github.com/Nilsty/robotframework-terraformlibrary',
349+
description: 'A library providing Infrastructure as Code capabilities via Terrafrom and OpenTofu',
350+
tags: ['cloud', 'infrastructure']
339351
}
340352
])

0 commit comments

Comments
 (0)