databinding.LivingDoc.ExecutionDataCollector 4.3.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package databinding.LivingDoc.ExecutionDataCollector --version 4.3.0
NuGet\Install-Package databinding.LivingDoc.ExecutionDataCollector -Version 4.3.0
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="databinding.LivingDoc.ExecutionDataCollector" Version="4.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add databinding.LivingDoc.ExecutionDataCollector --version 4.3.0
#r "nuget: databinding.LivingDoc.ExecutionDataCollector, 4.3.0"
#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 databinding.LivingDoc.ExecutionDataCollector as a Cake Addin
#addin nuget:?package=databinding.LivingDoc.ExecutionDataCollector&version=4.3.0

// Install databinding.LivingDoc.ExecutionDataCollector as a Cake Tool
#tool nuget:?package=databinding.LivingDoc.ExecutionDataCollector&version=4.3.0

databinding.LivingDoc.ExecutionDataCollector

databinding.LivingDoc.ExecutionDataCollector is a Reqnroll Runtime plugin for collecting execution data for reporting. The dotnet tool databinding.LivingDoc.Report.CLI is available for creating reports.

It is intended to address the problem of siloed features.

Quick start

  • You have created a project for your acceptance tests with Reqnroll and your favourite test tools

  • add the data collector to your project with the command dotnet add package databinding.LivingDoc.ExecutionDataCollector, alternatively with install-package databinding.LivingDoc.ExecutionDataCollector via the Package Manager Console

  • open the configuration file reqnroll.json and add the section livingDocExecutionDataCollector

    {
      "livingDocExecutionDataCollector": {
        "enabled": true,
        "filepath": "TestExecution-reqnroll.json",
        "projectLanguage": "de-ch",
        "projectName": "your project name for reporting",
        "workItemPrefix": "wi-",
        "workItemUrlTemplate": "https://url.to.your.backlog/edit/{0}/"
      }
    }
    

    Note: filepath is for backward compatibility for SpecFlow and the dotnet tool component. After execution, a json file with the same name as the project library name was created (project.dll.json). This file is the input file for the dotnet tool databinding.LivingDoc.Report.CLI

    Sample reports for .NET Framework and .NET can be found in the Living documentation and testing section of the T4.Filemanager.VisualStudio 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 is compatible.  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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
.NET Framework net481 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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
4.6.0 47 4/24/2024
4.5.0 93 4/5/2024
4.4.0 67 3/28/2024
4.3.0 88 3/25/2024
4.1.4 89 3/25/2024
4.1.3 91 3/25/2024
4.1.2 97 3/21/2024
4.1.1 93 3/21/2024