cleanup internal references
[mkws-moved-to-github.git] / test / README.txt
1 Jasmine / jasmine-node test frame works
2 ---------------------------------------
3
4 This directory contains the MasterKey Widget Set (MKWS) Test framework.
5
6 To install (some) prerequisites, run:
7
8 $ sudo apt-get install npm
9 $ sudo npm install jasmine-node -g
10
11 To run the tests, run:
12
13 $ make check
14 jasmine-node ./spec
15 .......................................
16
17 Finished in 2.024 seconds
18 39 tests, 194 assertions, 0 failures, 0 skipped
19
20
21 To get a basic help, run:
22 $ make help
23
24
25 File system hierarchy
26 --------------------------------------
27 ./spec          contains *spec.js files
28 ./js            jasmine runtime JS lib
29
30 README.txt      this file
31
32
33 Documentation
34 ---------------------------------------
35 http://pivotal.github.io/jasmine/
36 https://github.com/pivotal/jasmine
37
38
39 Installation
40 -------------------------------------
41 1. install node.js, see http://nodejs.org/
42 2. install node modules with npm: 
43 $ make node-modules
44
45 --
46 Copyright (c) 2013 IndexData ApS. http://indexdata.com
47 Dec 2013, Wolfram