RanorexReportPortalLogger 1.0.0.3

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package RanorexReportPortalLogger --version 1.0.0.3
NuGet\Install-Package RanorexReportPortalLogger -Version 1.0.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="RanorexReportPortalLogger" Version="1.0.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RanorexReportPortalLogger --version 1.0.0.3
#r "nuget: RanorexReportPortalLogger, 1.0.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install RanorexReportPortalLogger as a Cake Addin
#addin nuget:?package=RanorexReportPortalLogger&version=1.0.0.3

// Install RanorexReportPortalLogger as a Cake Tool
#tool nuget:?package=RanorexReportPortalLogger&version=1.0.0.3

Ranorex ReportPortal Logger

Logs any Ranorex log data to RPusing the IReportlogger interface. Currently supports text logs and image attachments.

Building the thing:

  • Checkout
  • Open in VS
  • Setup references/dependencies
  • Build solution dll

Dependencies/References

  • Nuget: ReportPortal.Client; ReportPortal.Shared
  • Local: Ranorex.Core (from Ranorex Install Dir\bin)

Usage:

  • Reference dll in your Ranorex project (or just get the latest version from nuget
  • In Program.cs in ranorex Project, add before the call to TestSuiteRunner.Run();
Environment.SetEnvironmentVariable("rp.endpoint", "https://your-rp-endpoint");
Environment.SetEnvironmentVariable("rp.uuid", "your-uuid-for-report-portal");
Environment.SetEnvironmentVariable("rp.project", "Project name");
Environment.SetEnvironmentVariable("rp.launch", "Launch name");
                
RanorexReportPortalLogger rpLogger = new RanorexReportPortalLogger();
Report.AttachLogger(rpLogger);

Changelog:

  • 1.0.0.0:
    • Initial version
  • 1.0.0.1
    • Icon added
  • 1.0.0.2
    • Log meta-info separately at DEBUG level to avoid clutter and improve readability
    • Log Ranorex' failure level as ERROR and Warnings as WARN
  • 1.0.0.3
    • implement prefilter bool to return false instead of throwing an exception

Happy Testing!

Product Compatible and additional computed target framework versions.
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

Added icon