Show More
@@ -0,0 +1,13 b'' | |||||
|
1 | Regression tests for the web notebook. These tests depend on | |||
|
2 | [CasperJS](http://casperjs.org/), which in turn requires | |||
|
3 | a recent version of [PhantomJS](http://phantomjs.org/). | |||
|
4 | ||||
|
5 | Run the tests: | |||
|
6 | ||||
|
7 | ```sh | |||
|
8 | /path/to/bin/casperjs test --includes=util.js test_cases | |||
|
9 | ``` | |||
|
10 | ||||
|
11 | The file `util.js` contains utility functions for tests, | |||
|
12 | including a hardcoded path to a running notebook server | |||
|
13 | (http://127.0.0.1:8888 by default). |
General Comments 0
You need to be logged in to leave comments.
Login now