-
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
Problems running chimpy on Gitlab Error: unknown error: Chrome failed to start: exited abnormally
#131
Comments
It looks like Chrome problem. Can you paste |
@lucetius Thanks a lot for your help, man! I really appreciate it… This is my ./tests/_chimp_config.js. Do you need any more infos?
|
Try to change webdriverio section to:
in your |
YES! This one did the trick!!!! The next issue just came up - chimp does NOT run all my tests. But it's my first iteration on CI and I'll try to figure it out… thanks for your help again! |
@lucetius I am seeing those errors in my tests. For some reasons chimpy does not seem to be able to connect to meteor. PLUS after only a few tests it exits. Can you guide me to a best-practise example on how to setup chimpy with meteor on ci?
|
I've got it! It was maxBuffer set too small when executing via |
Hi guys,
this one is causing me a lot of headache right now and I really need some help. :-O
I am trying to run Chimpy on Gitlab (CE self-hosted) and I always end up with this error:
I am using the docker-image "blurri/meteor-node" (see https://hub.docker.com/r/blurri/meteor-node/~/dockerfile/)
Those are the package-versions I am using
This is the way I call chimpy
chimpy.js script
Any ideas what else to try?
The text was updated successfully, but these errors were encountered: