You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
Repro:
(Note: I am using Testium to sanity test the Groupon Getaways prod site, so I have launch=false in my .testiumrc file and I don't want to be launching anything. I'm testing against groupon.com, so I don't need to launch anything. I am using Testium 3.3.1 and Testium-core 1.4.5.)
Run the prod sanity tests.
Expected:
The tests run successfully.
Actual:
I get an error about 90% of the time that says:
"Failed to initialize WebDriver. Check phantomjs.log.
Checking port 4445:
listen EADDRINUSE
Error: Failed to initialize WebDriver. Check phantomjs.log.
Checking port 4445:
listen EADDRINUSE
at errnoException (net.js:905:11)
at Server._listen2 (net.js:1043:14)
at listen (net.js:1065:10)
at Server.listen (net.js:1139:5)
at Object.findOpen (node_modules/subprocess/lib/port.js:28:19)
at node_modules/subprocess/lib/index.js:37:21
at node_modules/subprocess/lib/log.js:24:16
at OpenReq.Req.done (node_modules/graceful-fs/graceful-fs.js:143:5)
at OpenReq.done (node_modules/graceful-fs/graceful-fs.js:63:22)
at Object.oncomplete (fs.js:108:15)"
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Repro:
(Note: I am using Testium to sanity test the Groupon Getaways prod site, so I have launch=false in my .testiumrc file and I don't want to be launching anything. I'm testing against groupon.com, so I don't need to launch anything. I am using Testium 3.3.1 and Testium-core 1.4.5.)
Expected:
The tests run successfully.
Actual:
I get an error about 90% of the time that says:
"Failed to initialize WebDriver. Check phantomjs.log.
Checking port 4445:
listen EADDRINUSE
Error: Failed to initialize WebDriver. Check phantomjs.log.
Checking port 4445:
listen EADDRINUSE
at errnoException (net.js:905:11)
at Server._listen2 (net.js:1043:14)
at listen (net.js:1065:10)
at Server.listen (net.js:1139:5)
at Object.findOpen (node_modules/subprocess/lib/port.js:28:19)
at node_modules/subprocess/lib/index.js:37:21
at node_modules/subprocess/lib/log.js:24:16
at OpenReq.Req.done (node_modules/graceful-fs/graceful-fs.js:143:5)
at OpenReq.done (node_modules/graceful-fs/graceful-fs.js:63:22)
at Object.oncomplete (fs.js:108:15)"
The text was updated successfully, but these errors were encountered: