-
Notifications
You must be signed in to change notification settings - Fork 121
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
Headless Chrome fails on new Chrome update 58.0.3029.81 - wrong launcher path (MAC) #120
Comments
For now I moved the |
looks like an issue in chrome itself, see similar issue testem/testem#1117 |
Chrome 59 is currently in the beta channel. |
@dpogue no, I have |
Well, the flag exists, but you'll run into that resources.pkg error. It is only officially supported in Chrome 59 and up. |
@missbruni when you mention latest update, do you mean latest google chrome update? or karma-chrome-launcher update? Anyway this really sounds like it's unrelated with karma-chrome-launcher 🤔 |
We could probably leave this issue open for the next few weeks until Chrome 59 is released so that people don't open new ones. What do you think, @dignifiedquire? |
@dpogue works fine in windows and linux |
@rogeriopvl I meant google update :) |
Im experiencing seg-faults in version 59 (beta) and 60 (canary) |
@wi-ski On a Mac? |
@mgol Yes. And on ubuntu 14 (heroku) |
Throwing in some data points on local testing. Browser definition:
Updated chrome and ran same tests
|
I'm closing this due to inactivity. Please let me know if this is still an issue so we can reopen it. |
I had the launcher working for HeadlessChrome until the latest google update 58.0.3029.81 and I can see is because the path for the launcher is now incorrect.
karma.conf:
When trying to launch Chrome, the launcher tries to find the
resources.pak
inside the wrong folder (/Applications/Google Chrome.app/Contents/Versions/58.0.3029.81/Google Chrome Framework.framework/Versions/A/resources.pak
).I believe it must have changed with the update as is now located inside
/Applications/Google Chrome.app/Contents/Versions/58.0.3029.81/Google Chrome Framework.framework/Versions/A/Resources/resources.pak
I have only tested this with macOS Sierra 10.12.4, not sure about windows.
The text was updated successfully, but these errors were encountered: