From: Robert Konigsberg
Date: Thu, 29 Dec 2011 02:41:49 +0000 (-0500)
Subject: Organize local.html just a little.
X-Git-Tag: v1.0.0~383^2~2
X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=339332831ab29d1adb20d80bd409d3124556c934;p=dygraphs.git
Organize local.html just a little.
---
diff --git a/auto_tests/misc/local.html b/auto_tests/misc/local.html
index 8621669..417aacb 100644
--- a/auto_tests/misc/local.html
+++ b/auto_tests/misc/local.html
@@ -113,19 +113,20 @@
+
This file is really nothing more than all the tests coalesced into a single
- HTML file. To run a test, open a Javascript console and execute, for
- instance,
+ HTML file. To run a test, use the selector above, or
+ open a Javascript console and execute, for instance,
testDrawSimpleRangePlusOne()
Alternatively you can use query args:
- - testCase - for the name of the test case
+
- testCase - for the name of the test case prototype
+
- testCaseName - for the name of the test case
- test - for the name of the test (use command=runTest)
- command - either runTest or runAllTests.
Example: local.html?testCase=ScrollingDivTestCase&test=testNestedDiv_Scrolled&command=runTest
-