-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Issue in integrating with jenkins #460
Comments
Try deleting your |
If i delete CHROME_BIN, i get the following error and build gets failed. [32mINFO [launcher]: �[39mTrying to start Chrome again. |
What version of node and karma are you using? |
node version v0.10.2 & karma 0.8.2 |
In safari , i get the below error: Starting browser Safari In firefox alone, it works correctly |
Still looks like Karma trying to execute non existing binary. Can you run it with |
Got the below o/p after running with the above said commands: INFO [launcher]: Starting browser Chrome |
This is weird. I have no idea what's going on here... Can you see Chrome actually start the GUI ? |
Did you ever find a solution this problem? Jose |
Just to mention this is still the case. Also true with Firefox. Might note that I can still run the exact same command manually, with the user. It's really just when Jenkins tries to run the command that this happens. |
Ok, I'm re-opening this issue. I'm pretty sure there is some problem with quoting/not-quoting the path, or escaping/not-escaping spaces, etc. |
Any Progress / Hint on this issue. Thanks, Peter �[4mRunning "karma:continuous" (karma) task�[24m |
@pvanlaere what version of Chrome you use? |
Hi Maksim, that would be: Version 38.0.2125.104 m |
@pvanlaere We already have a special task under |
Closing due to inactivity. Please feel free to open a new issue with current data if this is still a problem. Thanks. |
I got the following error while integrating karma with jenkins:
I hope this is because of wrong chorme_bin path. I gave the below path in macos:
CHROME_BIN = /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome
Is it required to give path for all the browsers?
The text was updated successfully, but these errors were encountered: