twolfson / karma-electron

Karma launcher and preprocessor for Electron
The Unlicense
59 stars 21 forks source link

There is no test result feed back #8

Closed fallenleavesguy closed 8 years ago

fallenleavesguy commented 8 years ago

I have followed this https://github.com/twolfson/karma-electron/blob/3.2.1/docs/submodules.md to config my karma.

There is no error, but I didn't get any feed back from my test or any js files.Then I modified a file and save it. It seem electron was pending. and log this:

20 06 2016 18:14:31.646:INFO [karma]: Delaying execution, these browsers are not ready: Electron 1.2.3 (Node 6.1.0)
fallenleavesguy commented 8 years ago

I make electron window visibled, but I don't see anything in the chrome inspector, like this:

screen shot 2016-06-20 at 6 23 15 pm
fallenleavesguy commented 8 years ago

I don't know why, but I fixed this by refollow the readme, I can't reproduce this issue now.

twolfson commented 8 years ago

I'm glad to hear the issue has been resolved =)