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.
ReportPortal extension for nunit is referenced to
nunit.engine.api.dll
andnunit.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 ifTestAdapter
package is not installed.