-
Notifications
You must be signed in to change notification settings - Fork 8
5 REQ report
As a product owner, I want to be able to generate various reports that show the states of existing requirements, because these reports help to track project development.
-
Parents: [
report,lifecycle.project]
mantra must provide options to define what project's and what project baselines must be used when generating a traceability report.
-
Parents: [
report,lifecycle.project.id]
mantra must be able to display the following project related information in a report:
- name ... The name of a project
- base ... The development base for collected data
mantra should be able to display the following project related information in a report:
- version ... The version of a project
- homepage ... The URL of the homepage of a project
- repository ... The URL of the repository of a project
- license ... The license of a project
mantra should allow to display additional metadata related to a project in custom reports.
The following report formats must be supported by mantra:
- Markdown
- HTML
- JSON
The JSON report format must have a fixed schema to ensure stability for other tools to consume the report.
mantra is not able to know what information is relevant for projects. Therefore, mantra should provide a way to create custom reports using information collected by mantra. Enough information should be provided by mantra per default, so most reports may be created using simple templates.
Note: The JSON report format cannot be customized due to requirement report.formats.json.
A default report must be integrated into mantra, so users must not create their own template. The default report should cover most requested use cases of a traceability report.
TODO: what is needed to cover most use cases?
-
Parents: [
report,req.manual]
As a product owner, I want that mantra generates a checklist that contains all requirements that require manual verification, because I want to make sure that all of those requirements are verified before a release is published.
Implementation Details:
Because high-level requirements may be traceable, but some sub-requirements might not be, the list should be flattened, and only manual requirements should be included in the list.
Example:
**Requirements requiring *manual* verification for release v1.1.0:**
- [ ] man_id: Some security concerns ([origin-link](URL))
- [ ] req_id.sub_req: Some UX thing ([origin-link](URL))
Created in response to issue #5.
mantra should provide a dedicated coverage report that shows metrics per file and element. This should help to detect weaknesses in the test coverage of specific elements.
mantra should be able to display the actual content of an element and highlight covered lines, because it helps to visualize lines missing coverage.
The collected data and any additional data used to generate a report must be validated to ensure correctness. For example, content of elements may not be stored in mantra but retrieved locally, but to ensure correctness, the file hash when generating a report must match the hash stored in mantra.
Please create an issue if you found any spelling mistakes.
You may also create an issue if you think the content of this wiki should be improved.
Note: This wiki is managed in its own repository. Any commits made using the edit button will be overwritten.
Note: Issues for the wiki are handled in the mantra repository, but pull requests for the wiki are handled in the mantra-wiki repository.
This wiki is MIT licensed, and works together with mantra.