Skip to content

Commit 43d45b9

Browse files
committed
Add a story for exporting tests into nitrate
1 parent bce0578 commit 43d45b9

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

stories/cli/test.fmf

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,22 @@ story: 'As a user I want to comfortably work with tests'
4747
documented: /docs/examples#convert-tests
4848

4949
/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``.
5366

5467
/coverage:
5568
story: 'Test coverage overview'

0 commit comments

Comments
 (0)