Closed kown7 closed 5 years ago
Would it be possible to rebase to current HEAD?
Can you explain why it is marked as PoC? What is missing?
Will rebase.
About PoC:
StatusExternal
)Here's the current development plan I have in mind: https://github.com/CogPy/rmtoo/projects/1
rebase done.
Are you still working on the traceability feature? If so, I'm interested in adding Vunit Json file support.
I'm currently working on an excel import/export feature, hence the traceability has taken a backseat. When I'm done with it, I'll try to finish this feature. See https://github.com/kown7/rmtoo-example
Shouldn't vunit support xunit outputs as well?
Thanks for your quick reply. Yes, Vunit supports xunit output. But in the JSON file, you can add requirement attributes. Probably, xunit is sufficient. But I'm not sure how the tracibility will look like.
I'll try to write a test-specification for the traceability part. This document can then serve as a pointer for how the traceability could look like. Progress will be slow though.
@nifx please have a look at the example here: https://github.com/kown7/rmtoo/tree/tracemat2 in the testspe
folder. This is where I want go with this, you're more than welcome to contribute a vunit-parser.
I will close this merge request until this other branch is up to speed
Proof-of-concept for automated verification of requirements.
Currently only with xunit from pytest but extendable for other inputs. Should support the full V-model at some point.