karma-chrome-launcher
karma-chrome-launcher copied to clipboard
debug page breaks with --auto-open-devtools-for-tabs flag
When you specify the --auto-open-devtools-for-tabs flag and run karma the initial page shows some odd behaviour in the debug pane.
For example if you have a console.log with an array, you will see it in the log, but you can't expand it.
When you click Debug on the main page and it opens the debug page (with the debugger open) it doesn't do anything, it doesn't even run the tests.
+1
For example if you have a console.log with an array, you will see it in the log, but you can't expand it.
Is there something related to karma here? The debugger is not part of the karma project.
+1