X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=ae39e7f09c50e91f17efd5d9123e93840d7a8280;hb=97583b90be3e80c95654d010db8a4b3f8813bb7a;hp=5bdf428386545129a19d07ed64d16a016d000984;hpb=a4e734cc6f4dea9698265e9333c33532010b254c;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 5bdf428..ae39e7f 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -35,9 +35,12 @@ + + + @@ -156,6 +195,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);