Bug 1139998 - Make it more clear in docs how to set things up to run UI tests

This commit is contained in:
William Lachance 2015-05-29 14:27:53 -04:00
Родитель 5966bbc560
Коммит 8eee644a00
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -47,10 +47,15 @@ Requirements
------------
* Node.js_
* karma: ``sudo npm install -g karma``
Execution::
First run ``npm install`` at the root to install local dependencies
(if you haven't already done so). To avoid a bunch of path mangling,
you also want to install karma-cli globally (``sudo npm install -g karma-cli``).
Once that's done, you can just run this shell script to execute the tests:
./tests/ui/scripts/test.sh
Build