Getting Protractor to correctly interpret Pass/Fail results from the protractor-accessibility-plugin
JeffHall opened this issue · 2 comments
JeffHall commented
As far as I can tell, the pass/fail status of Chrome-A11Y assertions are sent to STDOUT by the protractor-accessibility-plugin, separate from Protractor spec assertions themselves.
In other words, if the Protractor specs that precede the Chrome-A11Y assertions succeed, the overall test result will always be positive, regardless of whether the Chrome-A11Y specs generated failure messages.
Does this make sense? I was trying to use the protractor-console-plugin to manage the Chrome-A11Y results, but I don't think that is possible, since those results are essentially a separate entity from the Protractor specs themselves.
I'm a Protractor noob, so please forgive if this is a dumb question!