stable

Clone or download

Read-only

Export date fields of the requirements in the test plan report

The subon, lud and date fields are now exported for the requirements. Part of story #15096: export a report of tests for a milestone Change-Id: I75ed3974becfbd996522ceb38a789d027e68b140

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/helpers/Export/artifact.ts +19 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/justifications-builder.test.ts +3 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.test.ts +55 −25 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/requirements-builder.ts +4 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.test.ts +28 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/Export/transform-field-value-into-cell.ts +8 −1 Go to diff View file