reportportal / agent-net-nunit

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

Log messages for launch come to test rather than to launch #82

Closed nvborisenko closed 2 years ago

nvborisenko commented 2 years ago

It's possible to produce log messages via

ReportPortal.Shared.Context.Current.Log.Info("q");

and

ReportPortal.Shared.Context.Launch.Log.Info("q");

In last case log message comes to Test item rather than Launch.

nvborisenko commented 2 years ago

Fixed in 3.4.3