This repository was archived by the owner on Jul 29, 2024. It is now read-only.
  
  
  
  
  
Description
Currently, an error from webdriver (such as an element not found) immediately exits and prints the stack trace, and does not quit the driver. This is useful when in-depth debugging one test, but not very nice if you just want to run the entire suite and see your failures. There should be an option to just have errors turn into failures.