aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Jones <bjones@galois.com>2013-07-16 17:42:33 -0700
committerGravatar Benjamin Jones <bjones@galois.com>2013-07-16 17:42:33 -0700
commit4645e497ef84875c201a2a6d69accf23f6e2d0bb (patch)
tree2a129bcfccfa17c6346c09eace533066114815b9
parent2e6d0ca2638f34ffb96b0f5bf98e6545b8abefbb (diff)
updated js test README
-rw-r--r--src/js/tests/README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/js/tests/README.md b/src/js/tests/README.md
index dbd8435..1127a70 100644
--- a/src/js/tests/README.md
+++ b/src/js/tests/README.md
@@ -9,7 +9,7 @@ In Browser
----------
Start a local webserver at the FiveUI project root ($FIVEUI_ROOT) and load
-`contexts/data/tests/SpecRunner.html`.
+`src/js/tests/SpecRunner.html`.
Headless
--------
@@ -22,9 +22,8 @@ Install [phantomjs](http://phantomjs.org/) on your system.
Run:
- $ cd contexts/data
- $ phantomjs lib/phantomjs_jasmine/phantomjs_jasminexml_runner.js \
- tests/PhantomJSJasmineRunner.html tests/reports/
+ $ phantomjs ../lib/phantomjs_jasmine/phantomjs_jasminexml_runner.js \
+ PhantomJSJasmineRunner.html reports/
XML test reports will be generated in
-`$FIVEUI_ROOT/contexts/data/tests/reports/`.
+`$FIVEUI_ROOT/src/js/tests/reports/`.