Qase.Reqnroll.Reporter 1.1.27

dotnet add package Qase.Reqnroll.Reporter --version 1.1.27
                    
NuGet\Install-Package Qase.Reqnroll.Reporter -Version 1.1.27
                    
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="Qase.Reqnroll.Reporter" Version="1.1.27" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Qase.Reqnroll.Reporter" Version="1.1.27" />
                    
Directory.Packages.props
<PackageReference Include="Qase.Reqnroll.Reporter" />
                    
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 Qase.Reqnroll.Reporter --version 1.1.27
                    
#r "nuget: Qase.Reqnroll.Reporter, 1.1.27"
                    
#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.
#:package Qase.Reqnroll.Reporter@1.1.27
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Qase.Reqnroll.Reporter&version=1.1.27
                    
Install as a Cake Addin
#tool nuget:?package=Qase.Reqnroll.Reporter&version=1.1.27
                    
Install as a Cake Tool

Qase TestOps Reqnroll Reporter

License NuGet Downloads

Publish your test results easily and effectively with Qase TestOps.

Installation

dotnet add package Qase.Reqnroll.Reporter

Or add directly to your .csproj file:

<PackageReference Include="Qase.Reqnroll.Reporter" Version="1.1.12" />

The plugin is auto-discovered by Reqnroll. No additional configuration in reqnroll.json is needed.

Features

  • Automatic test case generation from Reqnroll scenarios
  • Link scenarios to existing Qase test cases using @QaseId Gherkin tags
  • Report test results in real-time to Qase TestOps
  • Automatic step reporting from Given/When/Then steps
  • Attach files and screenshots to test results
  • Capture test metadata via tags (title, fields, suites)
  • Scenario Outline parameter support
  • Flexible configuration via qase.config.json or environment variables

Quick Start

1. Configure the Reporter

Create a qase.config.json file in your project root:

{
  "mode": "testops",
  "testOps": {
    "api": {
      "token": "YOUR_QASE_API_TOKEN",
      "host": "qase.io"
    },
    "project": "YOUR_PROJECT_CODE",
    "run": {
      "title": "Reqnroll Test Run",
      "complete": true
    }
  }
}

2. Add Qase Tags to Your Scenarios

@QaseId:123
Scenario: User can login with valid credentials
  Given the user is on the login page
  When the user enters valid credentials
  Then the user should see the dashboard

3. Run Your Tests

Execute your tests using the dotnet CLI:

dotnet test

View your results at: https://app.qase.io/run/PROJECT_CODE

Documentation

Document Description Link
Usage Guide Comprehensive guide to using all reporter features docs/usage.md
Attachments How to attach files and screenshots to test results docs/ATTACHMENTS.md
Test Steps How automatic step reporting works docs/STEPS.md
Configuration Reference Complete configuration options for Qase reporters Qase.Csharp.Commons

Available Tags

Tag Description Example
@QaseId:ID Link to Qase test case ID(s) @QaseId:123 or @QaseId:123,456
@QaseTitle:Title Override test title (underscores become spaces) @QaseTitle:My_Test
@QaseFields:key:value Set custom field @QaseFields:severity:critical
@QaseSuite:Path Set suite hierarchy (backslash-separated) @QaseSuite:Auth\Login
@QaseIgnore Exclude from Qase reporting @QaseIgnore

All tag prefixes are case-insensitive.

Test Result Statuses

Reqnroll Status Qase Status Description
OK Passed All steps executed successfully
TestError Failed A step definition threw an exception or assertion failure
UndefinedStep Invalid A step has no matching step definition
BindingError Invalid A step definition binding is invalid
StepDefinitionPending Skipped A step definition is marked as pending
Skipped Skipped Scenario was skipped

Requirements

  • Reqnroll: Version 2.0.0 or higher is required.
  • .NET: Version 6.0 or higher is required (or .NET Standard 2.0).

For further assistance, please refer to the Qase Authentication Documentation.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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
1.1.27 63 9/2/2026
1.1.26 86 8/27/2026
1.1.25 81 8/25/2026
1.1.24 90 8/17/2026
1.1.23 92 8/11/2026
1.1.22 111 7/7/2026
1.1.21 112 6/29/2026
1.1.20 116 6/25/2026
1.1.19 113 6/10/2026
1.1.18 114 4/23/2026
1.1.17 114 4/21/2026
1.1.16 110 4/14/2026
1.1.15 106 4/7/2026
1.1.14 111 4/7/2026
1.1.13 110 4/2/2026