reportportal / agent-net-nunit

Report Portal integration point with NUnit 3
Apache License 2.0
21 stars 10 forks source link

Automatically consider current project as addins #42

Closed nvborisenko closed 5 years ago

nvborisenko commented 5 years ago

NuGet package creates addins file and copy it to output folder, so nunit engine recognizes agent as addin. It would be nice if package allows to consider current test assembly as addin. This way allows to make specify user's addins as unnecessary if assembly contains reporting customization.

So user will be able to apply reporting customization and don't worry about how to say about it to nunit engine.