MCPcopy Index your code
hub / github.com/adobe/react-spectrum / createTestingSheet

Function createTestingSheet

scripts/createExcelSheet.mjs:258–267  ·  view source on GitHub ↗
({v3PRs, s2PRs, racPRs, otherPRs, offPRs})

Source from the content-addressed store, hash-verified

256}
257
258export async function createTestingSheet({v3PRs, s2PRs, racPRs, otherPRs, offPRs}) {
259 let workbook = new ExcelJS.Workbook();
260
261 buildPassFailSheet(workbook, {v3PRs, s2PRs, racPRs, otherPRs, offPRs});
262 buildScreenshotsSheet(workbook);
263 buildBugsNotesSheet(workbook);
264 buildReleaseNotesSheet(workbook, {v3PRs, s2PRs, racPRs, otherPRs, offPRs});
265
266 return workbook.xlsx.writeBuffer();
267}

Callers 1

mainFunction · 0.90

Calls 4

buildPassFailSheetFunction · 0.85
buildScreenshotsSheetFunction · 0.85
buildBugsNotesSheetFunction · 0.85
buildReleaseNotesSheetFunction · 0.85

Tested by

no test coverage detected