stable

Clone or download

Read-only

chore: Use shared ArtifactReportResponseFieldValue type in TestPlan

This is part of story #23469: export reports with linked artifact in xlsx format No functional change expected here. Using shared types will help to move transformation functions in shared XLSX lib. Change-Id: I521a7067705bc949191b5fd42db93adee3f68875

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/Report/Section/Tracker/artifact.ts +3 −65 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/requirements-builder.test.ts +7 −3 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.test.ts +17 −13 Go to diff View file
M plugins/testplan/scripts/test-plan/src/helpers/ExportAsSpreadsheet/Report/Section/transform-field-value-into-cell.ts +7 −6 Go to diff View file