maxbahr/Specflow Trx to Html Report

Parse specflow dotnet trx files and generate html report with gherkin steps and attachments

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
trxDirPathSpecifies the directory path where your test result files (.trx files) are located. Test result files are generated typically by dotnet testing frameworks.no.
attachmentsDirPathIndicates the directory path where any attachments related to the test results are stored. Attachments might include screenshots, log files, or any other supplementary materials.noundefined
outputHtmlPathSpecifies the file path for the HTML file that will be generated as a result of processing the test results.nooutput/result.html
reportTitleSpecifies the name of the report title and main heading.noAutomation Test Report
onlySummarySpecifies whether to generate only execution and domain summary, excluding results of single tests.nofalse
noLogsSpecifies whether to display tests with logs. If set to true, logs will not be included in the HTML report and the log display toggle will be disabled. This reduces file size.nofalse
projectLogoSrcSpecifies the URL of the image to be shown in the top right corner of the report.noundefined
outputHtmlEmailPathSpecifies the file path for the HTML file that will be generated for sending as email html bodynoundefined
branchNameSpecifies the branch name to displaynoundefined
downloadUrlSpecifies the download URL to display in email templatenoundefined
workItemPrefixSpecifies the prefix used as tag for linking with requirements, eg. TC-noundefined
workItemUrlSpecifies the URL used as link for opening requirements from another location, eg. https://project.visualstudio.com/project/_workitems/edit/{id}noundefined

no outputs