Skip to content

Commit

Permalink
Update discover step story with example output
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Oct 23, 2019
1 parent 34dffd8 commit ecb1bcd
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions spec/steps/discover.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,28 @@ description: |

Examples of metadata storage:

list
Manual list of test cases
shell
Manual list of shell test cases
fmf
Flexible Metadata Format filter
tcms
Test Case Management System

For each ``repository`` the discover step should produce a
``repository.yaml`` file with the list of tests in the
following format::

/test/one:
test: ./test.sh
path: /test/path
duration: 5m
environment:
X: 1
Y: 2
Z: 3

/test/two:
test: ./test.sh
path: /test/path
duration: 10m

example: |
discover:
Expand Down

0 comments on commit ecb1bcd

Please sign in to comment.