SAP / quality-continuous-traceability-monitor

Link your product's requirements with automated tests and their test results
Apache License 2.0
6 stars 7 forks source link

feat: support annotations for gauge specs #21

Closed v0lkc closed 3 years ago

v0lkc commented 3 years ago

Adds support for gauge specs annotations.

Notation

Requirements can be annotated either on a spec or on a scenario level using the following notation:

Trace: <RequirementSystem>:<RequirementId>, <RequirementSystem>:<RequirementId>, ...

Sample

# gauge spec
Trace: Jira:MYPROJECT-123

## gauge scenario
Trace: Jira:MYPROJECT-321, Jira:MYPROJECT:432

* step 1
* step 2
CLAassistant commented 3 years ago

CLA assistant check
All committers have signed the CLA.

doergn commented 3 years ago

@v0lkc Nice, thanks! Could you also add the guage option in the wiki documentation?

v0lkc commented 3 years ago

@doergn Currently working on it. :-) Do you mind if I update the go dependencies along with this PR? Otherwise I would open a 2nd one.

doergn commented 3 years ago

Do you mind if I update the go dependencies along with this PR? No, sure. Go ahead.

doergn commented 3 years ago

Checked locally. All test pass.