Open YatheeshKumar opened 9 years ago
any update on issue getting same error
Have you installed BrowserMob Proxy and do you have it running on your machine? http://bmp.lightbody.net/
Yup i have installed browsermob-proxy by running command on node.js command prompt. "npm intall browsermob-proxy" I have just same copy of this code. When i run this code i am getting these errors. You help will be really appreciated thanks!
"C:\Program Files (x86)\JetBrains\WebStorm 11.0.1\bin\runnerw.exe" "C:\Program Files\nodejs\node.exe" lib\cli.js protractor.conf.js Starting selenium standalone server... [launcher] Running 1 instances of WebDriver Selenium standalone server started at http://192.168.1.132:55586/wd/hub onPrepare start failed Started beforeEach browser.params.proxy undefined browser.params.proxyData undefined it afterEach F
Failures:
1) Angular Homepage should greet the named user
Message:
Failed: Cannot read property 'startHAR' of undefined
Stack:
TypeError: Cannot read property 'startHAR' of undefined
at Object.
1 spec, 1 failure Finished in 14.772 seconds onComplete Shutting down selenium standalone server. [launcher] 0 instance(s) of WebDriver still running [launcher] chrome #1 failed 1 test(s) [launcher] overall: 1 failed spec(s) [launcher] Process exited with error code 1
Process finished with exit code 1
You have to run the Proxy server. download "browsermob-proxy-2.1.0-beta-3" from http://bmp.lightbody.net/. From the downloaded zip file, find "run-browsermob-proxy.bat" inside bin folder. double click on it to start the Proxy. Hope this will help.
Thanks Yatheesh Kumar it works like a charm !! :+1:
Hi, I am facing a similar issue and cannot run "browsermob-proxy.bat" file since I am working on Mac. Can you please help me with this. Performing following steps:
Please let me know if I'm doing anything wrong and guide me the right path.
Hi,
i have cloned this project into my laptop and installed the required npm's.
With the default settings i.e without doing any changes i just executed the "protractor.conf.js" file and got the following error
"Error: connect ECONNREFUSED"
What changes i have to make in this project to work in my laptop and to capture the network traffic. Do i have to run the selenium server if i am configuring these files in the project. Please help me on this.
Thanks, Yatheesh.