time is in test.duration, not test.speed
parent
a974d45066
commit
af3ab060e1
|
@ -60,7 +60,7 @@ $(function(){
|
|||
stats.tests = stats.tests || 0;
|
||||
stats.tests++;
|
||||
if ('passed' == test.state) {
|
||||
append("->","[green]PASSED[clear] :", test.title," ",test.speed,"ms");
|
||||
append("->","[green]PASSED[clear] :", test.title," ",test.duration,"ms");
|
||||
} else if (test.pending) {
|
||||
append("->","[yellow]PENDING[clear]:", test.title);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue