Expected behavior :
console.log('hello world') should log to the terminal when used with the karma-phantomjs-launcher. The previous version V - 0.13.22 logs to the terminal fine
Actual behavior:
does NOT console.log() to the terminal. logs only to the browser's console (chrome's console when karma-chrome-launcher is used)
Enviroment Details
- Karma version (output of
karma --version): V 1.0.0
- Relevant part of your
karma.config.js file
Steps to reproduce the behaviour
1.Karma with Jasmine
2.Chrome and PhatomJS as the browsers
3.Console Logs fine in Chrome, but NOT in the terminal, the previous version of Karma V 0.13.22 works fine
4. And oh !... I'm using Mac
Expected behavior :
console.log('hello world') should log to the terminal when used with the karma-phantomjs-launcher. The previous version V - 0.13.22 logs to the terminal fine
Actual behavior:
does NOT console.log() to the terminal. logs only to the browser's console (chrome's console when karma-chrome-launcher is used)
Enviroment Details
karma --version): V 1.0.0karma.config.jsfileSteps to reproduce the behaviour
1.Karma with Jasmine
2.Chrome and PhatomJS as the browsers
3.Console Logs fine in Chrome, but NOT in the terminal, the previous version of Karma V 0.13.22 works fine
4. And oh !... I'm using Mac