-
Notifications
You must be signed in to change notification settings - Fork 28
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
Upgrade Chrome and fix Chimp from failing without a proper return code #140
Conversation
…ss exiting properly when there is a hook error.
Thank you so much. @lucetius could you please look through this and verify? |
…b in the short term.
Oh, crap. I didn't mean for the dist directory stuff to get merged into this PR. |
…pm/github in the short term." This reverts commit 69954d3
…s repo is downloaded from Git
OK. It's better now. Now it also deploys correctly from my Github repo. |
…when this repo is downloaded from Git" This reverts commit affbdd5
…into CherryChimp
@rsshilli Thanks! I took your branch and tried to apply it to our current version with a newer chrome version, it causes problems on circleci with one of our large projects that has ~1000 tests. It seems that it consumes much more memory which kills our app. We need to investigate more before we bump it, as it could cause similar problems to other people. |
Yes, PDFs didn't load correctly in Chrome 74 with Chromedriver 2.46. I don't remember exactly what was the issue, but upgrading to the latest Chromedriver fixed it. I actualy think we should extract the version of Chromedriver from Chimpy's package.json. It looks like it used to come from |
FWIW, I synced down the latest changes today in 1.2.0 and upgraded everything to Chrome 76, which I published as 1.2.1. I'd still love to get this merged in. |
what's different about the cherry-chromedriver? We've now made it possible to just install any chromedriver as dependency and that should be picked up. But that won't work with a package that has a different name (like "cherry-chromedriver") :) |
Chrome 77 was out for a good week before NPM was updated with Chromedriver 77 and we had issues on the latest Chrome so we were forced to make our own repo just for a few days until the |
Also, how do I use any Chromedriver version now? |
I closed this because it's too different now. I'm going to open new PRs. |
This PR contains fixes for the following issues: