{"id":22988991,"url":"https://github.com/spekt/xunit.testlogger","last_synced_at":"2025-04-30T17:03:41.849Z","repository":{"id":38107700,"uuid":"133884183","full_name":"spekt/xunit.testlogger","owner":"spekt","description":"XUnit logger for vstest platform (\u003c= v3.x)","archived":false,"fork":false,"pushed_at":"2024-09-30T07:43:32.000Z","size":113,"stargazers_count":76,"open_issues_count":1,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-30T17:03:34.473Z","etag":null,"topics":["dotnet","dotnet-test","test-reporting","vstest","xunit","xunit-logger"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":false,"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/spekt.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"publiccode":null,"codemeta":null}},"created_at":"2018-05-18T00:55:10.000Z","updated_at":"2025-03-16T16:02:52.000Z","dependencies_parsed_at":"2024-02-19T16:56:35.483Z","dependency_job_id":"77593be1-3191-465e-b879-3eb1a16ead65","html_url":"https://github.com/spekt/xunit.testlogger","commit_stats":{"total_commits":54,"total_committers":10,"mean_commits":5.4,"dds":0.6296296296296297,"last_synced_commit":"5a724f3a11c4ce00436df654191e0aa7b4631c10"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spekt%2Fxunit.testlogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spekt%2Fxunit.testlogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spekt%2Fxunit.testlogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spekt%2Fxunit.testlogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spekt","download_url":"https://codeload.github.com/spekt/xunit.testlogger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251748935,"owners_count":21637414,"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","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","dotnet-test","test-reporting","vstest","xunit","xunit-logger"],"created_at":"2024-12-15T04:15:38.132Z","updated_at":"2025-04-30T17:03:41.812Z","avatar_url":"https://github.com/spekt.png","language":"C#","readme":"\u003e [!IMPORTANT]  \n\u003e Development of v4.x and subsequent versions of the Xunit logger is moved to the [testlogger](https://github.com/spekt/testlogger) repository.\n\u003e Kindly report any new issues or contribute your patches in that repo.\n\n# Xunit Test Logger\nXunit logger extensions for [Visual Studio Test Platform](https://github.com/microsoft/vstest).\n\n[![Build Status](https://travis-ci.com/spekt/xunit.testlogger.svg?branch=master)](https://travis-ci.com/spekt/xunit.testlogger)\n[![Build status](https://ci.appveyor.com/api/projects/status/73iw12g89lhlr9ir?svg=true)](https://ci.appveyor.com/project/spekt/xunit-testlogger)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/XunitXml.TestLogger)](https://www.nuget.org/packages/XunitXml.TestLogger/)\n\n## Packages\n| Logger | Stable Package | Pre-release Package |\n| ------ | -------------- | ------------------- |\n| Xunit | [![NuGet](https://img.shields.io/nuget/v/XunitXml.TestLogger.svg)](https://www.nuget.org/packages/XunitXml.TestLogger/) | [![MyGet Pre Release](https://img.shields.io/myget/spekt/vpre/xunitxml.testlogger.svg)](https://www.myget.org/feed/spekt/package/nuget/XunitXml.TestLogger) |\n\nIf you're looking for `nunit`, `junit` or `appveyor` loggers, visit following repositories:\n* \u003chttps://github.com/spekt/nunit.testlogger\u003e\n* \u003chttps://github.com/spekt/junit.testlogger\u003e\n* \u003chttps://github.com/spekt/appveyor.testlogger\u003e\n\n## Usage\nXunit logger can generate xml reports in the xunit v2 format (https://xunit.net/docs/format-xml-v2).\n\n1. Add a reference to the [Xunit Logger](https://www.nuget.org/packages/XunitXml.TestLogger) nuget package in test project\n2. Use the following command line in tests\n```\n\u003e dotnet test --logger:xunit\n```\n3. Test results are generated in the `TestResults` directory relative to the `test.csproj`\n\nA path for the report file can be specified as follows:\n```\n\u003e dotnet test --logger:\"xunit;LogFilePath=test_result.xml\"\n```\n\n`test_result.xml` will be generated in the same directory as `test.csproj`.\n\n**Note:** the arguments to `--logger` should be in quotes since `;` is treated as a command delimiter in shell.\n\nAll common options to the logger is documented [in the wiki][config-wiki].\n\n[config-wiki]: https://github.com/spekt/testlogger/wiki/Logger-Configuration\n\n## License\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspekt%2Fxunit.testlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspekt%2Fxunit.testlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspekt%2Fxunit.testlogger/lists"}