stable

Clone or download

Read-only

chore: use the Cell types from the XLSX lib in Testplan

This is part of story #23469: export reports with linked artifact in xlsx format No functional change expected here. Change-Id: I653fcf4d3fb9f9b4f2e385380ea3ca6190687c05

Modified Files

Name
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Exporter/XLSX/transform-report-to-xlsx-sheet.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Exporter/XLSX/transform-report-to-xlsx-sheet.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/general-information-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/general-information-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/justifications-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/justifications-builder.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/requirements-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/requirements-builder.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/test-results-builder.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/test-results-builder.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.test.ts +2 −2 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.ts +2 −2 Go to diff View file
D plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/report-cells.test.ts +0 −62 Go to diff View file
D plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/report-cells.ts +0 −64 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/report-creator.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/report-creator.ts +1 −1 Go to diff View file