From 416eb44d848cea7fa00b9888025188bf84efabfc 2013-10-23 18:03:11 From: David Wyde Date: 2013-10-23 18:03:11 Subject: [PATCH] Add a README for CasperJS tests. --- diff --git a/IPython/frontend/html/notebook/tests/casperjs/README.md b/IPython/frontend/html/notebook/tests/casperjs/README.md new file mode 100644 index 0000000..c0b99c2 --- /dev/null +++ b/IPython/frontend/html/notebook/tests/casperjs/README.md @@ -0,0 +1,13 @@ +Regression tests for the web notebook. These tests depend on +[CasperJS](http://casperjs.org/), which in turn requires +a recent version of [PhantomJS](http://phantomjs.org/). + +Run the tests: + +```sh +/path/to/bin/casperjs test --includes=util.js test_cases +``` + +The file `util.js` contains utility functions for tests, +including a hardcoded path to a running notebook server +(http://127.0.0.1:8888 by default).