-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
22 lines (22 loc) · 918 Bytes
/
catalog-info.yaml
File metadata and controls
22 lines (22 loc) · 918 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: test-metadata-generator
title: Test Metadata Generator
namespace: quality-community
description: |
Test Documentation Generator is a maven-plugin that delivers a set of annotation for your test code. You can annotate your test classes and test methods and provide details about test scenario. Plugin itself then parse the data from the annotations and generates Markdown files for readable documentation and fmf format metadata for automated reporting of the test cases to external systems.
annotations:
github.com/project-slug: 'skodjob/test-metadata-generator'
tags:
- java
links:
- title: Help
url: https://github.com/skodjob/test-metadata-generator/blob/main/README.md
icon: help
spec:
type: library
lifecycle: production
owner: group:redhat/skodjob
domain: quality-community/quality-community