stable

Clone or download

Read-only

feat: Do not enhance step definition field in backlog section

This is part of story #23462: export test plan as a docx document If for some reason backlog items have the step definition field configured, then the results must not be checked for them. It must only be done in the tests section of the document. Change-Id: Ia7a0e68f69991fffaa7f6ee3804ddc8b2c85a364

Modified Files

Name
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/build-list-of-artifacts-content.ts +40 −13 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/report-creator.ts +5 −2 Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-with-results-formatter.test.ts Go to diff View file
R plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Reporter/step-test-definition-with-results-formatter.ts Go to diff View file
M plugins/testplan/scripts/test-plan/src/type.ts +1 −1 Go to diff View file