From: Robert Konigsberg Date: Tue, 14 Jun 2011 15:03:51 +0000 (-0400) Subject: Added code to make tests easier to repeat by specifying them as part of the URL. X-Git-Tag: v1.0.0~458^2~8 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=6788e30ba8df0ebf35411a059a8c50f420901085;p=dygraphs.git Added code to make tests easier to repeat by specifying them as part of the URL. --- diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html index a451f8e..74e308e 100644 --- a/auto_tests/misc/local.html +++ b/auto_tests/misc/local.html @@ -23,6 +23,40 @@ + +
@@ -31,5 +65,15 @@ instance,
tc = new SimpleDrawingTestCase() ;
tc.runTest("testDrawSimpleRangePlusOne")
+ +

Alternatively you can use query args:

+ Example: local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest +