stable

Clone or download

Read-only

feat: align matrix colors

DocGen should have latest color definition that has been used in TestPlan[1]. Note: only the traceability matrix is impacted in DocGen (you have to export a test executions report). No changes in TestPlan. Part of story #23462: export test plan as a docx document [1]: See git #tuleap/stable/d688ca9f3ba3f58c7e74c77062be3c027dbfd879 Change-Id: Ic725445646d12a466c959bcb0d416714427fe5b1

Modified Files

Name
A plugins/document_generation/scripts/lib/docx/src/Table/table-builder.ts +83 −0 Go to diff View file
M plugins/document_generation/scripts/lib/docx/src/index.ts +1 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-report-action/src/Exporter/DOCX/download-docx.ts +8 −36 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/Table/table-builder.ts +9 −62 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsDocument/Exporter/DOCX/matrix-builder.ts +3 −5 Go to diff View file