From 7e841e6c3936364f409791a8fc55e6a00e214d77 Mon Sep 17 00:00:00 2001 From: Oscar Reyes Date: Tue, 10 Mar 2026 11:29:22 -0600 Subject: [PATCH] chore(plugins): Adding testkube plugin data Signed-off-by: Oscar Reyes --- microsite/data/plugins/testkube.yaml | 11 +++++++++++ microsite/static/img/testkube-logo.svg | 1 + 2 files changed, 12 insertions(+) create mode 100644 microsite/data/plugins/testkube.yaml create mode 100644 microsite/static/img/testkube-logo.svg diff --git a/microsite/data/plugins/testkube.yaml b/microsite/data/plugins/testkube.yaml new file mode 100644 index 0000000000..e47fb7b015 --- /dev/null +++ b/microsite/data/plugins/testkube.yaml @@ -0,0 +1,11 @@ +--- +title: Testkube +author: Testkube +authorUrl: https://testkube.io +category: Test Orchestration +description: Catalog, Execute, Troubleshoot, & Report on automated testing from one centralized platform. +documentation: https://github.com/kubeshop/testkube-backstage-plugin +iconUrl: /img/testkube-logo.svg +npmPackageName: '@testkube/backstage-plugin' +addedDate: '2026-03-10' +status: active diff --git a/microsite/static/img/testkube-logo.svg b/microsite/static/img/testkube-logo.svg new file mode 100644 index 0000000000..7416317ed9 --- /dev/null +++ b/microsite/static/img/testkube-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file