Data Collector of Execution results for reporting.
License
—
Deps
4
Install Size
—
Vulns
✓ 0
Published
Dec 8, 2025
$ dotnet add package databinding.LivingDoc.ExecutionDataCollectordatabinding.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.
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.