Angular Karmic Runner Hanging Endlessly

Windows 8 64bit

Node.js 0.10.5 64bit

Karma 0.8.5

I can start the karma server, the Chrome browser opens (I defined it as the default browser in karma configuration). The problem arises when I do a karma run. Chrome changes the status of a tab on Chrome 26.0 (Windows). But that's all, no console output, nothing. he can stay the same hour.

Any ideas?

EDIT

I have the following gists: karma.conf.js and main.js (used to load test scripts). I start the server with LOG_DEBUG and I see that all script files are being loaded. Gist url: https://gist.github.com/mihaihuluta/5490991

+5
source share
2 answers

, require.js...

frameworks: ['jasmine', 'requirejs'],

... , "..." .

, , .

files: [
    //adapter
    JASMINE, 
    JASMINE_ADAPTER,
    //...other files...
    'test/client/*.js'
]

,

logLevel: config.LOG_DEBUG

browsers: ['Chrome'] //only one

... , , .

+4

( ) . ( ), , ... . node.js 0.10.5 64bit node.js 0.10.5 x86. , npm install karma, npm install -g karma, . (CHROME_BIN PHANOMJS_BIN) ! .

, :).

0

All Articles