Unable to run Chrome with Node 22 #8355
Labels
STATE: Duplicate
An issues has been already reported in the other thread.
TYPE: bug
The described behavior is considered as wrong (bug).
What is your Scenario?
Run TestCafe test example
What is the Current behavior?
ERROR Unable to open the "chrome:" browser due to the following error:
Error: connect ECONNREFUSED ::1:62666
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1615:16)
at TCPConnectWrap.callbackTrampoline (node:internal/async_hooks:130:17)
What is the Expected behavior?
Test pass
What is the public URL of the test page? (attach your complete example)
https://devexpress.github.io/testcafe/example/
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
3.7.1
Node.js version
v22.12.0
Command-line arguments
testcafe chrome tests/test.js
Browser name(s) and version(s)
Chrome 131
Platform(s) and version(s)
Windows 10
Other
On Node 20 everything works as expected
The text was updated successfully, but these errors were encountered: