tntim96 / JSCover

JSCover is a JavaScript Code Coverage Tool that measures line, branch and function coverage
GNU General Public License v2.0
399 stars 84 forks source link

run-jscover-jasmine2.js exits with timeout #239

Closed zhekaus closed 7 years ago

zhekaus commented 7 years ago

I’m trying to get a cover report with phantomjs. Whatever I try I’ve got 'waitFor()' timeout. I work on Windows 10 I’ve got a very simple test of a very simple code. In the Chrome everything works fine.

PS. jasmine 2.4.1 and 2.5.2 JSCover-1.0.24 phantomjs-2.1.1-windows

tntim96 commented 7 years ago

I’ve got a very simple test of a very simple code.

Can you put a simple example reproducing the problem in Github for me to investigate further? Also, does your sample work with https://github.com/ariya/phantomjs/blob/master/examples/run-jasmine2.js? If not, and I can find the issue, I'll fix in the original source (as done here) and incorporate the fix (as done here).

tntim96 commented 7 years ago

Any update? Do the examples in https://github.com/tntim96/JSCover/tree/master/examples work for you? How about phantomJS-file-system.