@@ -65,6 +65,12 @@ const mockAggregatedResultMultiple: AggregatedResult = {
6565 end : 1498476640 ,
6666 runtime : 148 ,
6767 slow : false ,
68+ loadTestEnvironmentEnd : 1498476492 ,
69+ loadTestEnvironmentStart : 0 ,
70+ setupAfterEnvEnd : 1498476492 ,
71+ setupAfterEnvStart : 0 ,
72+ setupFilesEnd : 1498476492 ,
73+ setupFilesStart : 0 ,
6874 } ,
6975 testFilePath : "test1-passed.js" ,
7076 } ,
@@ -131,6 +137,12 @@ const mockAggregatedResultMultiple: AggregatedResult = {
131137 end : 1498476639 ,
132138 runtime : 147 ,
133139 slow : false ,
140+ loadTestEnvironmentEnd : 1498476492 ,
141+ loadTestEnvironmentStart : 0 ,
142+ setupAfterEnvEnd : 1498476492 ,
143+ setupAfterEnvStart : 0 ,
144+ setupFilesEnd : 1498476492 ,
145+ setupFilesStart : 0 ,
134146 } ,
135147 testFilePath : "test2-pending-failed-passed.js" ,
136148 } ,
@@ -208,6 +220,12 @@ const mockAggregatedResultMultiple: AggregatedResult = {
208220 end : 1498476650 ,
209221 runtime : 158 ,
210222 slow : false ,
223+ loadTestEnvironmentEnd : 1498476492 ,
224+ loadTestEnvironmentStart : 0 ,
225+ setupAfterEnvEnd : 1498476492 ,
226+ setupAfterEnvStart : 0 ,
227+ setupFilesEnd : 1498476492 ,
228+ setupFilesStart : 0 ,
211229 } ,
212230 testFilePath : "test3-pending-failed-passed-todo.js" ,
213231 } ,
@@ -239,6 +257,12 @@ const mockAggregatedResultMultiple: AggregatedResult = {
239257 end : 0 ,
240258 runtime : 0 ,
241259 slow : false ,
260+ loadTestEnvironmentEnd : 1498476492 ,
261+ loadTestEnvironmentStart : 0 ,
262+ setupAfterEnvEnd : 1498476492 ,
263+ setupAfterEnvStart : 0 ,
264+ setupFilesEnd : 1498476492 ,
265+ setupFilesStart : 0 ,
242266 } ,
243267 testFilePath : "test4-empty.js" ,
244268 } ,
0 commit comments