{"id":32491294,"url":"https://github.com/gman-au/specflow-to-markdown","last_synced_at":"2026-05-08T03:42:14.873Z","repository":{"id":229953592,"uuid":"777534636","full_name":"gman-au/specflow-to-markdown","owner":"gman-au","description":"Render SpecFlow test results into GitHub Markdown compatible pages","archived":false,"fork":false,"pushed_at":"2024-04-15T01:00:44.000Z","size":108,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-22T15:31:00.051Z","etag":null,"topics":["dotnet","markdown","mstest","nunit","specflow","test-results","test-results-parser","testing","xunit"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gman-au.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-26T02:58:29.000Z","updated_at":"2024-04-15T01:03:54.000Z","dependencies_parsed_at":"2024-04-12T06:45:32.365Z","dependency_job_id":null,"html_url":"https://github.com/gman-au/specflow-to-markdown","commit_stats":null,"previous_names":["gman-au/specflow-to-markdown"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/gman-au/specflow-to-markdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gman-au%2Fspecflow-to-markdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gman-au%2Fspecflow-to-markdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gman-au%2Fspecflow-to-markdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gman-au%2Fspecflow-to-markdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gman-au","download_url":"https://codeload.github.com/gman-au/specflow-to-markdown/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gman-au%2Fspecflow-to-markdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281163792,"owners_count":26454252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","markdown","mstest","nunit","specflow","test-results","test-results-parser","testing","xunit"],"created_at":"2025-10-27T09:20:39.913Z","updated_at":"2025-10-27T09:20:42.215Z","avatar_url":"https://github.com/gman-au.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpecFlowToMarkdown\n\n[![nuget](https://github.com/gman-au/specflow-to-markdown/actions/workflows/nuget.yml/badge.svg)](https://github.com/gman-au/specflow-to-markdown/actions/workflows/nuget.yml)\n\n![GitHub Release](https://img.shields.io/github/v/release/gman-au/specflow-to-markdown)\n\n## Summary\nIt is a simple command line tool that can be installed from NuGet.\nIt is a modernised version of the [SpecFlow LivingDoc](https://docs.specflow.org/projects/specflow-livingdoc/en/latest/) engine which takes a test assembly and a set of SpecFlow test results, and renders them in a summarised and presentable format.\n\n### [See here for a repository of example implementations](https://github.com/gman-au/specflow-to-markdown-sample)\n\n## Usage\n### Installation\nYou can install the `specflow-to-markdown` tool via the following .NET command\n```\ndotnet tool install -g Gman.SpecFlowToMarkdown\n```\n### Running the tool\nThe tool takes five arguments:\n```\nspecflow-to-markdown \u003cPATH_TO_TEST_ASSEMBLY\u003e \u003cTEST_ASSEMBLY_FILE\u003e \u003cPATH_TO_TEST_RESULTS_FILE\u003e \u003cTEST_RESULTS_FILE\u003e \u003cPATH_TO_OUTPUT_FILE\u003e\n```\n- `PATH_TO_TEST_ASSEMBLY` - this will be the location of the built .NET DLL containing the SpecFlow tests.\n- `TEST_ASSEMBLY_FILE` - this will be the name of the assembly file. Supports wildcards.\n- `PATH_TO_TEST_RESULTS_FILE` - this will be the location of the (JSON) test execution results file.\n- `TEST_RESULTS_FILE` - this will be the name of the results file. Supports wildcards.\n- `PATH_TO_OUTPUT_FILE` - this will be the path to the generated output file where the markdown should be generated; includes the full file name. The file _does not have to be a markdown_ (`.md`) file.\n\nThe above arguments are specified separately; in cases where a path to a given set of results or assemblies may *not be exactly known* at build time (i.e. CI/CD pipelines), the **first** file found matching the name in the given folder will be provided to the tool.\n\n### Running in a GitHub Actions Workflow\nYou can install the dotnet tool globally in the build agent, run the (SpecFlow) tests, and then run this tool afterwards to generate the (markdown) file on the build agent, which can be used by further action steps.\n[See here for example implmentations](https://github.com/gman-au/specflow-to-markdown-sample), as well as the output markdown test results (taking the form of GitHub [action checks](https://github.com/marketplace/actions/github-checks)).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgman-au%2Fspecflow-to-markdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgman-au%2Fspecflow-to-markdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgman-au%2Fspecflow-to-markdown/lists"}