Note: This API documentation is for FAKE version 4. The migration API documentation can be found 
                    here. The API documentation for the new fake 5 modules can be found 
                    here
                
                
XUnitParams
The xUnit parameter type.
Record Fields
| Record Field | Description | 
| 
            ErrorLevel
          
            Signature: TestRunnerErrorLevel | Test runner error level. | 
| 
            ExcludeTraits
          
            Signature: (string * string) list | List of traits to exclude. | 
| 
            ForceTeamCity
          
            Signature: bool | Forces TeamCity mode (normally auto-detected) | 
| 
            HtmlOutputPath
          
            Signature: string option | The output path of the xUnit HTML report. | 
| 
            IncludeTraits
          
            Signature: (string * string) list | List of traits to include. | 
| 
            NUnitXmlOutputPath
          
            Signature: string option | The output path of the xUnit XML report (in the NUnit style). | 
| 
            ShadowCopy
          
            Signature: bool | Run xUnit with shadow copy enabled. | 
| 
            Silent
          
            Signature: bool | Run xUnit without reporting test progress. | 
| 
            TimeOut
          
            Signature: TimeSpan | Maximum time to allow xUnit to run before being killed. | 
| 
            ToolPath
          
            Signature: string | The path to the xUnit console runner:  | 
| 
            WorkingDir
          
            Signature: string option | The working directory for running the xunit console rnner. | 
| 
            XmlOutputPath
          
            Signature: string option | The output path of the xUnit XML report. |