Skip to content

Commit

Permalink
Add a Toolbelt Catalog entry for tmt
Browse files Browse the repository at this point in the history
To be used to build the `Toolbelt Catalog`.
Fix https://issues.redhat.com/browse/QC-66
  • Loading branch information
psss committed Dec 15, 2023
1 parent 7a4d9a2 commit 2cdc30a
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Catalog entry for Backstage [backstage.io]

apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: tmt
title: tmt
description:
The `tmt` tool provides a user-friendly way to work with
tests. You can comfortably create new tests, safely and
easily run tests across different environments, review
test results, debug test code and enable tests in the CI
using a consistent and concise config.
annotations:
github.com/project-slug: teemtee/tmt
feedback/type: JIRA
feedback/host: https://issues.redhat.com
jira/project-key: TT
feedback/email-to: [email protected]
links:
- title: docs
url: https://tmt.readthedocs.io
icon: docs
- title: code
url: https://github.com/teemtee/tmt/
icon: github
- title: pypi
url: https://pypi.org/project/tmt
- title: copr
url: https://copr.fedorainfracloud.org/coprs/g/teemtee/tmt/
- title: "#tmt"
url: https://app.slack.com/client/E030G10V24F/C04LRPNDZ4Y
icon: chat
tags:
- testing
- test-execution
- test-framework
- test-management
- test-reporting
- test-selection
- provisioning
- python
namespace: quality-community
spec:
type: tool
owner: group:redhat/tmt
lifecycle: production
dependsOn:
- system:testing-farm

0 comments on commit 2cdc30a

Please sign in to comment.