diff --git a/src/index.js b/src/index.js index 38099df..dc2869c 100644 --- a/src/index.js +++ b/src/index.js @@ -73,8 +73,10 @@ function clean (test) { return { title: test.title, fullTitle: test.fullTitle(), + file: test.file, duration: test.duration, currentRetry: test.currentRetry(), + speed: test.speed, err: cleanCycles(err) } }