maxbahr/Specflow Trx to Html Report
Parse specflow dotnet trx files and generate html report with gherkin steps and attachments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| trxDirPath | Specifies the directory path where your test result files (.trx files) are located. Test result files are generated typically by dotnet testing frameworks. | no | . |
| attachmentsDirPath | Indicates the directory path where any attachments related to the test results are stored. Attachments might include screenshots, log files, or any other supplementary materials. | no | undefined |
| outputHtmlPath | Specifies the file path for the HTML file that will be generated as a result of processing the test results. | no | output/result.html |
| reportTitle | Specifies the name of the report title and main heading. | no | Automation Test Report |
| onlySummary | Specifies whether to generate only execution and domain summary, excluding results of single tests. | no | false |
| noLogs | Specifies 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. | no | false |
| projectLogoSrc | Specifies the URL of the image to be shown in the top right corner of the report. | no | undefined |
| outputHtmlEmailPath | Specifies the file path for the HTML file that will be generated for sending as email html body | no | undefined |
| branchName | Specifies the branch name to display | no | undefined |
| downloadUrl | Specifies the download URL to display in email template | no | undefined |
| workItemPrefix | Specifies the prefix used as tag for linking with requirements, eg. TC- | no | undefined |
| workItemUrl | Specifies the URL used as link for opening requirements from another location, eg. https://project.visualstudio.com/project/_workitems/edit/{id} | no | undefined |
Outputs
no outputs