From e20772d59b2bb4d725f28d8dc17e83bd6b52be5a Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 8 Mar 2021 22:31:42 +0100 Subject: [PATCH] Add file and speed test properties --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) 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) } }