mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
try to include test.speed in output
This commit is contained in:
parent
5d605d5cdf
commit
a974d45066
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ $(function(){
|
||||||
stats.tests = stats.tests || 0;
|
stats.tests = stats.tests || 0;
|
||||||
stats.tests++;
|
stats.tests++;
|
||||||
if ('passed' == test.state) {
|
if ('passed' == test.state) {
|
||||||
append("->","[green]PASSED[clear] :", test.title);
|
append("->","[green]PASSED[clear] :", test.title," ",test.speed,"ms");
|
||||||
} else if (test.pending) {
|
} else if (test.pending) {
|
||||||
append("->","[yellow]PENDING[clear]:", test.title);
|
append("->","[yellow]PENDING[clear]:", test.title);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue