Skip to content

Repository files navigation

Introduction

Plugin for Reqnroll that produces documentation of the tests in form of markdown

Usage

Add the interface IRequirementReportOutputHelper i the constructor to get access to a report

//Constructor
public AnyStepDefinitions(IReqnrollOutputHelper testOutput, IRequirementReportOutputHelper requirementReport)
{
    _requirementReport = requirementReport ?? throw new ArgumentNullException(nameof(requirementReport));
}

Example attachement

Add json as an attachement

    _requirementReport.AddContent("Indata", json, "json");

Add log as an attachement

    RequirementReport.AddLog("Log");

Development

Pull Requests are appreciated :-) Source code lives in repository: https://github.com/Tylland/Reqnreport

About

Plugin for Reqnroll to create test-reports in markdown

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages