File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -2080,13 +2080,22 @@ This option allows the use of a custom results processor. This processor must be
2080
2080
"column" : number,
2081
2081
"line" : number
2082
2082
},
2083
- "duration" : number | null
2083
+ "duration" : number | null,
2084
+ "startAt" : epoch | null
2084
2085
},
2085
2086
...
2086
2087
],
2087
2088
"perfStats" : {
2088
- "start" : epoch,
2089
- "end" : epoch
2089
+ "end" : epoch,
2090
+ "loadTestEnvironmentEnd" : epoch,
2091
+ "loadTestEnvironmentStart" : epoch,
2092
+ "runtime" : number,
2093
+ "setupAfterEnvEnd" : epoch,
2094
+ "setupAfterEnvStart" : epoch,
2095
+ "setupFilesEnd" : epoch,
2096
+ "setupFilesStart" : epoch,
2097
+ "slow" : boolean,
2098
+ "start" : epoch
2090
2099
},
2091
2100
"testFilePath" : absolute path to test file,
2092
2101
"coverage" : {}
You can’t perform that action at this time.
0 commit comments