-
Notifications
You must be signed in to change notification settings - Fork 675
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
Upgrading from 1.16.1 to 1.18.x unable to open Chrome when running on CicleCI 14-browser Image #6987
Comments
Hi @jpcole We changed the Chrome run logic in the docker between mentioned versions. Could you please prepare a public repository with testing on Circle CI so that we can reproduce the issue without any additional setup? |
Ok. I will try to work on that this week to provide a project. Do you have a recommended way to set this up? I was going to try to setup a github project using circle ci image to run the e2e test. |
We have only general recommendations: it should be possible to reproduce the issue without any additional setup. |
This issue was automatically closed because there was no response to our request for more information from the original author. Currently, we don't have enough information to take action. Please reach out to us if you find the necessary information and are able to share it. We are also eager to know if you resolved the issue on your own and can share your findings with everyone. |
I hate seeing these after two years with no useful response from the owner of the repo. This issue just occurred for me and pages like this where someone flags the issue and you fail to provide a fix bog down search results. This just happened to me. Please advise. |
Hello, please take a look at my response here #8312. |
What is your Scenario?
After upgrading from Testcafe 1.16.1 to 1.18.1 or 1.18.5 Testcafe cannot open Chrome at start of test when running on CircleCI 14-browsers image.
What is the Current behavior?
fails on gitlab runner using circleci image
Error trying to startup test:
What is the Expected behavior?
no error starting up chrome browser.
What is your public website URL? (or attach your complete example)
NA
What is your TestCafe test code?
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
1.18.5
Node.js version
14.18.2
Command-line arguments
node e2e-tests/testcafe-config-local.js
Browser name(s) and version(s)
Chrome
Platform(s) and version(s)
circleci 14-browser image
Other
There was new logic in the code to check if it is a docker container and we think it might be the cause of the issue.
testcafe/src/browser/provider/built-in/dedicated/chrome/index.js
Line 59 in 7ec61d8
The text was updated successfully, but these errors were encountered: