5

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

d-hernandez22
  • 113
  • 1
  • 8

1 Answers1

5

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

nilsK
  • 4,323
  • 2
  • 26
  • 40