taras42 / karma-jasmine-html-reporter

A Karma plugin. Dynamically displays tests results at debug.html page
MIT License
44 stars 17 forks source link

Can't get this to work at all. Only shows up on Debug page? #15

Open evilgeniuscreative opened 8 years ago

evilgeniuscreative commented 8 years ago

I get a Jasmine page in the DEBUG tab but that's it. Looks nothing like the screenshot. Is it supposed to?

I reinstalled latest versions of karma-jasmine (0.3.6) and kjhtml.

I get a flash of the styled content that looks like the Jasmine specrunner on the Karma Chrome page, then it disappears. I can only access it thereafter from the Debug tab.

taras42 commented 8 years ago

Reporter works only at debug.html page.

evilgeniuscreative commented 8 years ago

Ah, ok. Thanks. I was very confused. I am also not getting the dots on top. How can I get those? And is there a way to get reporter to work on the main page rather than debug, or to spawn a separate browser window?

Thanks!

YuliaTsareva commented 7 years ago

I had the similar problem - it was working only on debug page, on the main page there was only flash of the content. But the problem disappeared when I added clearContext: false to client section in karma.conf.js.