Józef Szymala
Results
2
comments of
Józef Szymala
I'm not sure is it the prettiest solution but as quick implemenation: added in index.js ``` const collectStatsDuration = (report) => { return report.map(element => element.stats.duration).reduce((a, b)=> a + b,...
@rupeshmore thanks for the answer: I've changed the host for the ```"host": "test",``` and the file was created correctly.