Closed nvborisenko closed 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.
Fixed in 3.4.3
It's possible to produce log messages via
and
In last case log message comes to Test item rather than Launch.