-
Notifications
You must be signed in to change notification settings - Fork 51
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
not connected to DevTools #34
Comments
Can you check this thread for the beginnng? |
@chilio |
@msonowal I doubt resize could cause this (you can always verify it yourself), rather I would suspect infrastructure or too complex tests.
BTW. A small note from my experiences, if memory usage goes beyond default and system needs to use swap then these nasty problems are coming into force, certain lags, timeouts, etc. This sounds strange cause you should not experience them in services like AWS, or am I misssing something. |
@msonowal Additional note I have seen same tests randomly failing while using certain jquery plugins like for example iCheck. Removing these plugins made my stressed out, concurrent gitlab-runners going green. |
@chilio |
@msonowal great to hear that. I hope Laravel Dusk becomes more robust with time... |
Hi @chilio ,
Thanks for your great work,
I am using your image since a month I am setting it up with a gitlab ci yml file.
But I keep getting the error
[WARNING]: Unable to evaluate script: disconnected: not connected to DevTools
after the 3rd or 4th tests
and sometime it comes
Facebook\WebDriver\Exception\UnrecognizedExceptionException: chrome not reachable
orFacebook\WebDriver\Exception\NoSuchDriverException: invalid session id
Any idea what can it cause I am having hard time trying but it does not work
Below is the log
The text was updated successfully, but these errors were encountered: