Remco Rakers
Results
1
comments of
Remco Rakers
@Harvo09 you can do something like this: ``` export const handleSummary = (data: any) => { return { [`./reports/myreport${new Date().toISOString()}.html`]: htmlReport(data), stdout: textSummary(data, { indent: ' ', enableColors: true }),...