X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=0af3cffb6b611c8e85b4a225cca740e5a1c5c3b3;hb=117b8bee20ce2bf7d36668af054285244d438b5c;hp=5bdf428386545129a19d07ed64d16a016d000984;hpb=0c393397e03e79578e65f0f1de4425d987fbda50;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 5bdf428..0af3cff 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -15,29 +15,34 @@ - - - + - - + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + - @@ -156,6 +197,7 @@ if (selector != null) { // running a test if (tc == null) { description.innerHTML = "Test cases:"; var testCases = getAllTestCases(); + createLink(list, "(run all tests)", document.URL + "?command=runAllTests"); for (var idx in testCases) { var entryName = testCases[idx].name; createLink(list, entryName, document.URL + "?testCaseName=" + entryName);