add simple test output
[mkws-moved-to-github.git] / test / README.txt
1 Jasmine / jasmine-node test frame works
2 ---------------------------------------
3
4 to run the tests, run:
5
6 $ make check
7 jasmine-node ./spec
8 .......................................
9
10 Finished in 2.024 seconds
11 39 tests, 194 assertions, 0 failures, 0 skipped
12
13
14 To get a basic help, run:
15 $ make help
16
17
18 File system hierarchy
19 --------------------------------------
20 ./spec          contains *spec.js files
21 ./js            jasmine runtime JS lib
22
23 README.txt      this file
24
25
26 Documentation
27 ---------------------------------------
28 http://pivotal.github.io/jasmine/
29 https://github.com/pivotal/jasmine
30
31
32 Installation
33 -------------------------------------
34 1. install node.js, see http://nodejs.org/
35 2. install node modules with npm
36
37 npm install jquery
38 npm install jsdom
39 npm install request
40 npm install jasmine-node
41
42
43 --
44 Aug 2013, Wolfram