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

Karma Chrome: logging not visible on Linux #158

Open
vemv opened this issue Nov 8, 2017 · 5 comments
Open

Karma Chrome: logging not visible on Linux #158

vemv opened this issue Nov 8, 2017 · 5 comments

Comments

@vemv
Copy link

vemv commented Nov 8, 2017

Hi!

Same exact configuration and install procedure on OSX and Linux gives me different results: on Mac console.log is visible, but not on Linux, which makes things harder to debug.

Hopefully it's an easy one, apparently there's a '--enable-logging', flag one can pass.

@bensu
Copy link
Owner

bensu commented Nov 9, 2017

Thanks for the report! Can you try adding --enable-logging? If that works well, it'd be a small PR.

@vemv
Copy link
Author

vemv commented Nov 13, 2017

Hey there!

From what I see this would require a fair bit of experimentation:

image

(https://github.com/karma-runner/karma-chrome-launcher#configuration )

@vemv
Copy link
Author

vemv commented Nov 13, 2017

(I unintentionally hit Comment too early. Continuing here)

I can give it a shot, but I'd need to know how to have locally hackable copy of Doo attached to a real project.

How do I do that? Lein "checkout deps"?

Thanks - Victor

@miikka
Copy link
Collaborator

miikka commented Nov 14, 2017

Yeah, checkout dependencies is a good option. Or you can just run lein install in your local copy of Doo, you can then use [lein-doo "0.1.9-SNAPSHOT"] in the testing project. It's a bit more cumbersome, though: you need to run it in both library and plugin directories, and do it each time you change something.

@briangorman
Copy link

This seems resolved now

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

4 participants