juliemr / protractor-demo

Demo test application and protractor tests
MIT License
166 stars 139 forks source link

All self console output not being caught (log/error/warn...) #19

Open sagivf opened 9 years ago

sagivf commented 9 years ago

Is this test being run? Have you run it locally recently? https://github.com/juliemr/protractor-demo/blob/master/howtos/browserlog/spec.js

I tried and didn't get the expected result. tried firefox and chrome.

I am also failing to get my own console outputs in my environment so I suspect there is an issue here. Thanks in advance.

msutula commented 8 years ago

Currently have the same issue, it triggers the failure for the next coming test.

E.g. should fail when the console has errors - FAILURE EXPECTED would fail the should pass when the console has non-error logs

Virginia770 commented 8 years ago

I cannot see the browser logs too. Could you run the screenshot test? When I run it, It didn`t create the images when failed.