Is it possible to identify the specific test that failed when a protractor test fails?
For instance, if the output only shows: 1 test, 1 assertion, 1 failure
When there are multiple assertions and failures, identifying which one failed can be challenging.
I have tried looking through the documentation and examining the live selenium webdriver trace, but I still cannot figure out how to determine which assertion or test caused the failure.
EDIT: It turns out the information was available all along and I just overlooked it
Failures:
1) In the angularjs homepage todo list, adding a todo should work Message: Expected false to be true. Stacktrace: Error: Failed expectation at [object Object]. (/Users/jacques.fu/projects/protractor/todo-spec.js:11:75)