Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nvborisenko authored Mar 26, 2019
1 parent 0741ff5 commit 958fdf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Install **ReportPortal.NUnit** NuGet package into your project with tests.

> PS> Install-Package ReportPortal.NUnit
> Note: Skip this section if you execute tests in Visual Studio Test Explorer with `NUnit3TestAdapter` package. `.netcore` not yet supported.
> Note: Skip this section if you execute tests in Visual Studio Test Explorer with `NUnit3TestAdapter` package. `NUnit3TestAdapter 3.13.0` and `ReportPortal.NUnit 3.7.0` starts to support `.net core 2`. Execute your netcore tests in Visual Studio Test Explorer, or via `dotnet test` or `dotnet vstest`.
To enable NUnit extension you have to add `ReportPortal.addins` file in the folder where NUnit Runner is located. The content of the file should contain line with relative path to the `ReportPortal.NUnitExtension.dll`. To read more about how NUnit is locating extensions please follow [this](https://github.com/nunit/docs/wiki/Engine-Extensibility#locating-addins).

Expand Down

0 comments on commit 958fdf3

Please sign in to comment.