afternoon / protractor-browsermob-test

An example which shows how to record network traffic from a Protractor test using BrowserMob Proxy
ISC License
5 stars 3 forks source link

BUG: launcher exited with 1 tasks remaining npm ERR! Test failed. #6

Open JMorrisGhosty opened 5 years ago

JMorrisGhosty commented 5 years ago

Throwing this error after the onComplete. It logs out the HAR data, logs the onComplete, then the selenium browser fails to close and this error is present. Looking over the log I don't see any errors 'above'. Anyone ideas?

JMorrisGhosty commented 5 years ago

Update: I commented out the 'onComplete' in the config and the error went away while the code still logs out the HAR data. Have not had the chance to debug the onComplete yet.