reportportal / agent-net-nunit

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

Test logs from log frameworks of Sahred.Log.Message are not coming if Test3TestAdapter package is not installed #50

Closed nvborisenko closed 5 years ago

nvborisenko commented 5 years ago

ReportPortal extension for nunit is referenced to nunit.engine.api.dll and nunit.engine.dll. Usually extension lives in test output directory where these dlls are missing.

But nUnit3TestAdapter package brings these dlls. This is why test logs work. Normally reporting should be success even if TestAdapter package is not installed.

nvborisenko commented 5 years ago

Should be resolved in 3.7.11