-
Notifications
You must be signed in to change notification settings - Fork 5
Usage
NUnit2Report.Console.exe
- f, frames
[--frames] - ([-f] short version) Indicates the report will be built using frames. Default value is: 'false'
- n, noframes
[--noframes] - ([-n] short version) Indicates the report will be built without using frames. Default value is: 'true'
- lang
[--lang en|fr] Indicates the language used by the report generator. Default value is: 'en'
- opendesc
[--opendesc] Indicates if all the Description methods should be opened. Default value is: 'false'
- todir
[--todir "output dir"] Indicates the output directory where all the report files will be placed. If it is not specified, the default valuw will be: '.\DefaultReport'
- o, out
[--out filename] - (-o short version) Indicates the file name used to create the report. If it is not specified, the default value is: 'index.htm'
- fileset
Required. [--fileset="xmlfile1";"xml file 2";] Indicates the xml files containing the NUnit results, the files must be separated by: ';'