Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-murzinov committed Feb 27, 2015
1 parent 9d3bf5a commit ab75b4b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Allure NUnit Adapter
# Allure NUnit 2 Adapter

## Installation and Usage

1. Download NUnit **2.6.3** or **2.6.4** from [official site](http://www.nunit.org/);
2. Download latest release from [allure-nunit releases](https://github.com/allure-framework/allure-nunit/releases) for corresponding version (version specified in parentheses);
2. Download latest release from [allure-nunit2 releases](https://github.com/allure-framework/allure-nunit/releases) for corresponding version (version specified in parentheses);
3. Unpack binaries to **%NUnit_installation_directory%\bin\addins**;
4. **NOTE:** addin will NOT be visible in **Tools -> Addins..** because it's built against **.NET 4.0**;
5. In **%NUnit_installation_directory%\bin\addins\config.xml** specify ABSOLUTE path to any folder (this folder will be created automatically) where **xml** files will be generated (e.g. **<results-path>C:\test-results\AllureResults</results-path>** or **<results-path>/home/user/test-results/AllureResults</results-path>**);
Expand All @@ -14,6 +14,9 @@
## How to generate report
This adapter only generates XML files containing information about tests. See [wiki section](https://github.com/allure-framework/allure-core/wiki#generating-report) on how to generate report.

##What about NUnit 3?
It's still in alpha-stage, too early to develop an adapter for it. Adapter for NUnit 3 will be located in it's own repository.

## Further reading
* [Article](http://ilya-murzinov.github.io/articles/allure-csharp/) about configuring adapter
* [Article](http://ilya-murzinov.github.io/articles/allure-csharp/) about configuring the adapter
* [Allure NUnit Wiki](https://github.com/allure-framework/allure-csharp-commons/wiki)

0 comments on commit ab75b4b

Please sign in to comment.