Note: This is the migration API reference for FAKE 5. The new (modularized) API documentation can be found 
                    here.
                    If the API is already migrated you can check here if exists in a module.
                    More information regarding the migration can be found here
                
                
  
OBSOLETE
use Fake.DotNet.Testing.MSpec instead
MSpecParams
Parameter type to configure the MSpec runner.
Record Fields
| Record Field | Description | 
| 
            ErrorLevel
          
            Signature: TestRunnerErrorLevel | An error level setting to specify whether a failed test should break the build | 
| 
            ExcludeTags
          
            Signature: string list | Tests with theses tags are ignored by MSpec | 
| 
            HtmlOutputDir
          
            Signature: string | Output directory for html reports (optional). | 
| 
            IncludeTags
          
            Signature: string list | Tests with theses tags are included by MSpec | 
| 
            Silent
          
            Signature: bool | Can be used to run MSpec in silent mode. | 
| 
            TimeOut
          
            Signature: TimeSpan | A timeout for the test runner | 
| 
            ToolPath
          
            Signature: string | The path to the mspec console runner. Use  | 
| 
            WorkingDir
          
            Signature: string | Working directory (optional) | 
| 
            XmlOutputPath
          
            Signature: string | Output file path for xml reports (optional). |