stable

Clone or download

Read-only

Export text and string fields of the requirements in the test plan report

Fields of the semantic title are not added again as the "Title" column is always present. Long text content is not really well managed as you can end up with a very large column. This behavior will be improvec independently as it also affects the justification comments. Part of story #15096: export a report of tests for a milestone Change-Id: Id763971ca1512ec711fc9b2061209ab8b8b89ba8

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/helpers/Export/artifact.ts +7 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/justifications-builder.test.ts +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.test.ts +65 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.ts +27 −10 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/tracker.ts +6 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.test.ts +9 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.ts +2 −0 Go to diff View file