Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exit Protractor e2e test on fail?

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

like image 238
d-hernandez22 Avatar asked Aug 26 '14 00:08

d-hernandez22


1 Answers

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

like image 194
nilsK Avatar answered Oct 27 '22 11:10

nilsK