Exit Protractor e2e test on fail?

冷暖自知 提交于 2019-12-01 03:11:48

问题


Does anyone out there know if there is a config that can be added to protractor's e2e.conf.js so it exits the test once it fails? Default behaviour is that if a test fails early on, you need to wait until it finishes to fix the error.

From a workflow perspective, this is very frustrating.

Any solutions to this problem?

Thanks


回答1:


no this option is missing. you could implement jasmine-bail-fast



来源:https://stackoverflow.com/questions/25496290/exit-protractor-e2e-test-on-fail

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!