X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=ae39e7f09c50e91f17efd5d9123e93840d7a8280;hb=436943f9fee49b1f892480f04f0dc4d5abc5fca0;hp=616f59e866c896e4c5db7a828a802b46ce56a3ea;hpb=36d4fabf9450c8bbada738fb7820c723a0b939fa;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index 616f59e..ae39e7f 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -36,9 +36,11 @@ + + @@ -157,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);