X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=auto_tests%2FREADME;h=d07f2e536b0bca19ed96547b361224c906e59f39;hb=478b866bb009c2bd3dca3330df76cfc5ad727860;hp=e5ec59349cbbfb49faccfa3228ca4845f94b7d68;hpb=1a27bd14b2938f17a3a9896d64645892a6b26a1e;p=dygraphs.git diff --git a/auto_tests/README b/auto_tests/README index e5ec593..d07f2e5 100644 --- a/auto_tests/README +++ b/auto_tests/README @@ -4,6 +4,18 @@ These tests are run with js-test-driver Running tests ------------- +With phantomjs: + +- Install phantomjs (http://www.phantomjs.org). + +- Start a terminal window at the dygraphs root directory (one + directory up from here.) + +- Run "./test.sh". This will tell you whether the tests passed. + + +With a real browser: + - Start a terminal window at the dygraphs root directory (one directory up from here.)