Primo.Testing.Allure 1.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package Primo.Testing.Allure --version 1.0.7
                    
NuGet\Install-Package Primo.Testing.Allure -Version 1.0.7
                    
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="Primo.Testing.Allure" Version="1.0.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Primo.Testing.Allure" Version="1.0.7" />
                    
Directory.Packages.props
<PackageReference Include="Primo.Testing.Allure" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Primo.Testing.Allure --version 1.0.7
                    
#r "nuget: Primo.Testing.Allure, 1.0.7"
                    
#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.
#addin nuget:?package=Primo.Testing.Allure&version=1.0.7
                    
Install Primo.Testing.Allure as a Cake Addin
#tool nuget:?package=Primo.Testing.Allure&version=1.0.7
                    
Install Primo.Testing.Allure as a Cake Tool

About

Primo RPA robot uses elements of the package to integrate Allure-Reporting.

How to Use

In Primo RPA studio, create a project that will be executed by Primo RPA robot. Install this package via the ".Dependencies → Manage Dependencies" menu; the "Allure" node with package elements will appear in Elements tree.

The "Test case" element is a container for elements "Test step", "Add Attachment", "Step start", "Step end". This element is used to create test case context and allure report.
It is not used in pure code.

The "Test step" element is a container for step instance in test case. This element is used to display test step and it's information in Allure-report.
It is not used in pure code.

The "Add attachment" element is used in "Test case" or "Test step" container. This element is used to display custom attachment (eg. image, csv, xlsx, etc) in Allure-report.
It is not used in pure code.

The "Step start" element creating test step context (The same functional as "Test step"). This element should be used in pair with "Step end" element.
It is not used in pure code.

The "Step end" element ending test step context. This element should be used in pair with "Step start" element. It is not used in pure code.

Key Features

  • High performance
  • Supports .NET Framework 4.6.1+

Main Types

  • Primo.Testing.Allure.Elements.WFTestCase
  • Primo.Testing.Allure.Elements.WFStep
  • Primo.Testing.Allure.Elements.WFStepStart
  • Primo.Testing.Allure.Elements.WFStepEnd
  • Primo.Testing.Allure.Elements.WFAddAttachment

Feedback

Bug reports and contributions are welcome at Primo RPA chat

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
1.0.8 105 3/28/2025
1.0.7 102 3/28/2025