File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,22 @@ story: 'As a user I want to comfortably work with tests'
47
47
documented: /docs/examples#convert-tests
48
48
49
49
/export:
50
- story: 'I want to export test metadata into desired format.'
51
- example: tmt test export --format yaml
52
- implemented: /tmt/base
50
+ story: 'I want to export test metadata.'
51
+
52
+ /format:
53
+ story: 'I want to export test metadata into given format.'
54
+ example: tmt test export --format yaml
55
+ implemented: /tmt/base
56
+
57
+ /nitrate:
58
+ story: 'I want to export test metadata into nitrate.'
59
+ example: tmt test export --nitrate
60
+ description: |
61
+ In order to keep metadata in sync with the old test
62
+ case management system we need to export selected set
63
+ of attributes (tags, contact, relevancy) back to
64
+ nitrate. The full fmf object identifier should be
65
+ added to the structured field under the key ``fmf``.
53
66
54
67
/coverage:
55
68
story: 'Test coverage overview'
You can’t perform that action at this time.
0 commit comments