-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Lukas Bednar <[email protected]>
- Loading branch information
1 parent
460b58e
commit a720e50
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
apiVersion: backstage.io/v1alpha1 | ||
kind: Component | ||
metadata: | ||
name: pytest-jira | ||
title: PyTest Jira Plugin | ||
description: This plugin allows you to skip test cases based on the status of related Jira issue. | ||
links: | ||
- title: docs | ||
url: https://github.com/rhevm-qe-automation/pytest_jira/blob/master/README.rst | ||
icon: docs | ||
- title: code | ||
url: https://github.com/rhevm-qe-automation/pytest_jira | ||
icon: github | ||
- title: pypi | ||
url: https://pypi.org/project/pytest-jira | ||
tags: | ||
# Ecosystem | ||
- public | ||
- test-framework | ||
# Programming Languages | ||
- python | ||
# Tool / Service | ||
- jira | ||
- pytest | ||
namespace: quality-community | ||
annotations: | ||
# For GitHub repositories | ||
github.com/project-slug: rhevm-qe-automation/pytest_jira | ||
spec: | ||
type: library | ||
lifecycle: production | ||
owner: group:rover redhat/cnv-qe-infra |