From: Robert Konigsberg <konigsberg@google.com> Date: Thu, 31 Jan 2013 14:37:40 +0000 (-0800) Subject: Update docs for committing changes. X-Git-Tag: v1.0.0~108^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=1a19005fada6b8f190aa35b3908dc571ea360d3e;p=dygraphs.git Update docs for committing changes. --- diff --git a/docs/changes.html b/docs/changes.html index 6ee7300..12a9d52 100644 --- a/docs/changes.html +++ b/docs/changes.html @@ -57,9 +57,17 @@ it.<br/> This ensures that we won't inadvertently break your feature in the future. To do this, either add to an existing auto_test in - auto_tests/tests or run "auto_tests/misc/new-test.sh your-test-name" to - create a new one. You can run your auto_test in any browser by visiting - auto_tests/misc/local.html. + auto_tests/tests or run + <code>auto_tests/misc/new-test.sh your-test-name</code> to + create a new one. There are two easy ways to run tests: + <ul> + <li>You can run your auto_test in any browser by visiting + <code>auto_tests/misc/local.html</code>. This allows you to debug your + test, or test against a specific browser. + <li>You can run your auto_test on the command-line by running + <code>./test.sh</code>. (It requires installing + <a href="http://phantomjs.org">phantomjs</a> on your computer.) + </ul> </ol> <h3>Sending a Pull Request</h3>