2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / tests / coverage / README
1 Used to produce coverage reports from the automated tests
2 via jscoverage (http://siliconforks.com/jscoverage/).
3
4 You'll need to install jscoverage first.
5 You'll also need Google Chrome.
6
7 Then:
8
9 $ cd tests/test-coverage
10 $ ./instrument.sh
11
12 See the Summary tab for the coverage report.
13
14 This is only tested on Linux.