TestRunnerErrorLevel
Option which allows to specify if a test runner error should break the build.
 
  Union Cases
  
    
      | Union Case | Description | 
    
    
      
        
          
            DontFailBuild
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          With this option set, no exception is thrown if a test is broken. 
         | 
      
      
        
          
            Error
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          This option instructs FAKE to break the build if a test runner reports an error. 
         | 
      
      
        
          
            FailOnFirstError
          
          
            Signature:  
                       
         | 
        
            
               
               
            
          This option instructs FAKE to break the build if a test runner finds the first error. 
         |