antenna
antenna copied to clipboard
CSVGenerator could include same data columns as CSVAnalyzer
Summary of the Feature
Since we have enhanced the CSVAnalyzer with new ArtifactFacts in #194, we could now add those elements to the CSVGenerator, or add the possibility via configuration to choose ArtifactFacts that the user wants to be included in the CSV Report.
The CSV Analyzer could handle it when reading in, as he already can, since Generator and Analyzer are compatible.
Questions
- [ ] Decide if and which ArtifactFacts to include in CSVGenerator
- [ ] Decide if and how to include this as optional in the configuration (should be set to hold output as default)
Acceptance Criteria
TO BE DEFINED AFTER CLARIFICATION
Definition of Done
- Acceptance criteria fulfilled
- A PR is created, the CI infrastructure reports green
- The PR is reviewed and approved
- No TODOs left in the code unless explained in the ticket, if something else is still open, this is summarized in a comment in the issue
- Test cases are created to prove the functionality of the feature
- Documentation is updated