X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2Fmisc%2Flocal.html;h=6db0207454e6396f3388aa38024651d65bb775df;hb=f3cd243e082d307cabdc1831676cc3f941dc6a20;hp=a7efaf62a6bf6efdc7f72feec6ff5d0095c76535;hpb=3d8093fa2d6b9db4991204ac6a066f4eb424e3d6;p=dygraphs.git diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index a7efaf6..6db0207 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -36,9 +36,12 @@ + + + @@ -159,6 +196,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);