I am writing e2e tests with angular and protractor. I would like to know when the client script appeared and the error. I would like my test case to fail. How can i do this? I'm not talking about custom exceptions, but exceptions like: "cannot read some_property property from undefined".
source
share