bug
If I launch a test with firefox, the browser shows up, but nothing more happens. Testcafe waits something like one minute and fails with this message :
ERROR Unable to establish one or more of the specified browser connections. This can be caused by network issues or remote device failure.
My Firefox version is 43.0
Firefox should connect to nodejs instance in order to launch the test. I had no problem with testcafe v0.10
It fails every tyime
Tested with test.js example from testcafe
Hi @marchugon,
Thanks for you report. It seems we've fixed this problem already, but it's not published yet. We'll publish the version with the fix soon, I'll notify you.
@marchugon, please check the both problems (#1075, #1076) on the new alpha version. To install it run
npm install [-g] testcafe@alpha
Please notify me does it work now?
Ok for me, it worked with v0.12.0-alpha1
This thread has been automatically locked since it is closed and there has not been any recent activity. Please open a new issue for related bugs or feature requests. We recommend you ask TestCafe API, usage and configuration inquiries on StackOverflow.