From 4645e497ef84875c201a2a6d69accf23f6e2d0bb Mon Sep 17 00:00:00 2001 From: Benjamin Jones Date: Tue, 16 Jul 2013 17:42:33 -0700 Subject: updated js test README --- src/js/tests/README.md | 9 ++++----- 1 file 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/`. -- cgit v1.2.3