QaaS.Runner 4.2.1

dotnet add package QaaS.Runner --version 4.2.1
                    
NuGet\Install-Package QaaS.Runner -Version 4.2.1
                    
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="QaaS.Runner" Version="4.2.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="QaaS.Runner" Version="4.2.1" />
                    
Directory.Packages.props
<PackageReference Include="QaaS.Runner" />
                    
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 QaaS.Runner --version 4.2.1
                    
#r "nuget: QaaS.Runner, 4.2.1"
                    
#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 QaaS.Runner@4.2.1
                    
#: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=QaaS.Runner&version=4.2.1
                    
Install as a Cake Addin
#tool nuget:?package=QaaS.Runner&version=4.2.1
                    
Install as a Cake Tool

QaaS.Runner

Execution orchestration package for running QaaS test workflows from YAML configuration.

CI Line Coverage Branch Coverage Docs .NET

Contents

Overview

This repository contains one solution: QaaS.Runner.sln.

QaaS.Runner is published to NuGet and includes the runner runtime plus packaged project outputs from this solution that are required at runtime (sessions/assertions/storage orchestration flow).

Packages

Package Latest Version Total Downloads
QaaS.Runner NuGet Downloads

Projects

QaaS.Runner

  • CLI/bootstrap entrypoint for run, act, assert, template, and execute verbs.
  • Builds execution contexts and routes each execution type through the right logic chain.
  • Orchestrates setup/teardown and optional Allure result serving.

QaaS.Runner.Assertions

  • Builds assertion runtime objects from configured hooks and filters.
  • Executes assertions against session/data-source outputs.
  • Writes Allure results, links, and attachments.

QaaS.Runner.Sessions

  • Session runtime with staged action execution.
  • Supports publishers, consumers, transactions, probes, and collectors.
  • Produces session data and failure/flakiness metadata.

QaaS.Runner.Storage

  • Storage abstraction for storing and retrieving serialized session data.
  • Built-in implementations: filesystem and S3-compatible backends.
  • Shared builder-based configuration for act/assert flows.

QaaS.Runner.Infrastructure

  • Small shared cross-project helpers (filesystem and date/time utilities).

Quick Start

Install package:

dotnet add package QaaS.Runner

Upgrade package:

dotnet add package QaaS.Runner --version <target-version>
dotnet restore

Documentation

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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. 
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
4.2.1 103 3/28/2026
4.2.0 54 3/26/2026
4.1.1 93 3/23/2026
4.1.1-alpha.1 32 3/22/2026
4.1.0 101 3/21/2026
4.1.0-alpha.27 27 3/22/2026
4.1.0-alpha.26 33 3/22/2026
4.1.0-alpha.25 36 3/21/2026
4.1.0-alpha.23 35 3/21/2026
4.1.0-alpha.22 38 3/17/2026
4.1.0-alpha.21 33 3/17/2026
4.1.0-alpha.20 32 3/17/2026
4.1.0-alpha.19 37 3/17/2026
4.1.0-alpha.17 40 3/17/2026
4.1.0-alpha.16 39 3/16/2026
4.1.0-alpha.15 55 3/15/2026
4.1.0-alpha.14 42 3/15/2026
4.1.0-alpha.3 45 3/11/2026
4.1.0-alpha.2 40 3/6/2026
4.1.0-alpha.1 37 3/5/2026
Loading failed