Aiszan / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

No lines of coverage found #434

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
I am able to run tests, and the plugin seems to be loaded correctly, 
but it is not reporting any coverage. 

java -jar test/JsTestDriver-1.3.5.jar -port 42442 --config percentage.cfg 
--tests all 
but it does not show coverage.
config file:
server: http://localhost:42442
load:
  - src/percentage.js

test:
  - test/percentage-test.js

plugin:
 - name: "coverage"
   jar: "test/plugin/coverage-1.3.5.serve-patch.jar"
   module: "com.google.jstestdriver.coverage.CoverageModule"

What is the expected output? What do you see instead?
I was expecting it to report a percentage. If I specify a testOuput 
directory, it generates an empty .dat file

What version of the product are you using? On what operating system?
Ubuntu 12.04 LTS
JsTestDriver-1.3.5
Coverage-1.3.5

Original issue reported on code.google.com by nehalroh...@gmail.com on 27 May 2013 at 6:34