add intro and copyright
[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
7 to run the tests, run:
8
9 $ make check
10 jasmine-node ./spec
11 .......................................
12
13 Finished in 2.024 seconds
14 39 tests, 194 assertions, 0 failures, 0 skipped
15
16
17 To get a basic help, run:
18 $ make help
19
20
21 File system hierarchy
22 --------------------------------------
23 ./spec          contains *spec.js files
24 ./js            jasmine runtime JS lib
25
26 README.txt      this file
27
28
29 Documentation
30 ---------------------------------------
31 http://pivotal.github.io/jasmine/
32 https://github.com/pivotal/jasmine
33
34
35 Installation
36 -------------------------------------
37 1. install node.js, see http://nodejs.org/
38 2. install node modules with npm
39
40 npm install jquery
41 npm install jsdom
42 npm install request
43 npm install jasmine-node
44
45
46 --
47 Copyright (c) 2013 IndexData ApS. http://indexdata.com
48 Aug 2013, Wolfram