This commit is contained in:
Charlie Poole 2017-05-31 13:22:08 -07:00
Родитель 6dfc68da8a
Коммит 6cb260fa88
2 изменённых файлов: 2 добавлений и 6 удалений

Просмотреть файл

@ -1,4 +1,4 @@
# NUnit 3 Summary Transforms -- Charlie Poole
# NUnit 2 Summary Transforms -- Charlie Poole
This folder contains a set of transforms extracted from the nunit-summary program (http://github.com/charliepoole/nunit-summary) and renamed for easier use. They essentially duplicate the output that is produced by the NUnit V2 Console runner when the test is run, extracting the necessary information from the nunit2-formatted XML result file.
@ -12,5 +12,3 @@ The following transforms are included:
See our [website](http://nunit.org/nunit-summary) for samples of the report output.
All the transforms require an input XML file in NUnit V2 format. To apply the transform, you need to use a program that can apply an XSLT transform to an XML file.
> Reviewers: I'd like to offer suggestions here. Ideas? Alternatively, we could supply a program (I have one).

Просмотреть файл

@ -25,6 +25,4 @@ Note that the `--result` option may be repeated to create several reports. If yo
nunit3-console.exe my.test.dll --result=my.test.summary.txt;transform=text-summary.xslt --result=TestResult.xml
```
If you want to use one of the transforms separately, after the test run, you will need to use a program that can apply an XSTL transform to an XML file. Note that the input file must be in NUnit3 format.
> Reviewers: I'd like to offer suggestions here. Ideas? Alternatively, we could supply a program (I have one) or add an option to nunit3 console that lets it do it.
If you want to use one of the transforms separately, after the test run, you will need to use a program that can apply an XSLT transform to an XML file. Note that the input file must be in NUnit3 format.