Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

singleRun: false no output to console when running test #197

Open
phucpnt opened this issue Dec 6, 2016 · 2 comments
Open

singleRun: false no output to console when running test #197

phucpnt opened this issue Dec 6, 2016 · 2 comments

Comments

@phucpnt
Copy link

phucpnt commented Dec 6, 2016

Hello,

from the file karma.conf.js if i change the singleRun to false, karma would be start and run the test, but no output provide to the console.

Let me know
Phuc

@thematho
Copy link

@phucpnt In that case the console will only show syntax errors from the spec files. When Karma starts it will open a bowser window with http://localhost:9876. You have to press the Debug button and It will open http://localhost:9876/debug.html if you open the Chrome developer tools on this last window You will see the entire log and It will run every time you refresh the browser, if you modify any file you should see the updated result as well.

@mocsharp
Copy link

Is there anyway to debug karma in VS Code? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants