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
Node version - 4.4.2
Jasmine version - 2.4.1
Protractor version - 3.1.1
OS - Windows Server 2012 R2, 64-bit
When we try to run our protractor tests that use Jasmine, we see an error - EADDRINUSE being thrown after a couple of it blocks are executed. This same test works fine on our laptops (Win7 64bit). Can you advise on why this error is thrown?
The error thrown: EADDRINUSE connect EADDRINUSE 127.0.0.1:
It throws a random port number each time and we have verified that this port is not being used by any other processes at that time.