{"id":22873694,"url":"https://github.com/nullean/vstest-pretty-logger","last_synced_at":"2025-05-06T18:50:58.269Z","repository":{"id":56272392,"uuid":"300635227","full_name":"nullean/vstest-pretty-logger","owner":"nullean","description":"A VsTest logger implementation that formats the result in a more pleasing manner","archived":false,"fork":false,"pushed_at":"2024-02-07T10:19:48.000Z","size":57,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-22T21:11:12.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/nullean.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","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":"2020-10-02T14:10:20.000Z","updated_at":"2024-02-10T08:00:09.000Z","dependencies_parsed_at":"2024-12-13T14:31:41.341Z","dependency_job_id":"6447b78d-ad96-41de-a82d-75e1096308c0","html_url":"https://github.com/nullean/vstest-pretty-logger","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullean%2Fvstest-pretty-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullean%2Fvstest-pretty-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullean%2Fvstest-pretty-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullean%2Fvstest-pretty-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullean","download_url":"https://codeload.github.com/nullean/vstest-pretty-logger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252750348,"owners_count":21798685,"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":[],"created_at":"2024-12-13T14:29:53.985Z","updated_at":"2025-05-06T18:50:58.264Z","avatar_url":"https://github.com/nullean.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nullean.VsTest.Pretty.TestLogger\n\n\nInstall from [nuget.org](https://www.nuget.org/packages/Nullean.VsTest.Pretty.TestLogger/)\n\n```\n$ dotnet add package Nullean.VsTest.Pretty.TestLogger\n```\n\nThis logger is intended to replace the default console logger.\nTo do so create a `.runsettings` file \n\n```xml\n\u003cRunSettings\u003e\n  \u003cLoggerRunSettings\u003e\n    \u003cLoggers\u003e\n        \u003cLogger friendlyName=\"Console\" enabled=\"False\"/\u003e\n        \u003cLogger friendlyName=\"pretty\" enabled=\"True\"/\u003e\n    \u003c/Loggers\u003e\n  \u003c/LoggerRunSettings\u003e\n\u003c/RunSettings\u003e\n```\n\nThen make your `Test.csproj` (or `fsproj`!) aware of these `.runsettings`.\n\n```xml\n\u003cPropertyGroup\u003e\n  \u003cRunSettingsFilePath\u003e$(MSBuildProjectDirectory)\\.runsettings\u003c/RunSettingsFilePath\u003e\n\u003c/PropertyGroup\u003e\n```\n\n### Key goals\n\n* Clear feedback during tests\n* Notify of slow tests (taking longer then 2 seconds)\n* Pretty print stacktraces beyond a see of red\n* Grep for failures using `[FAIL]`\n* Make sure all failures are printed at the end of the run.\n\n### Show me the goods\n\nThis is what running tests will look like once configured:\n\n[![asciicast](https://asciinema.org/a/363126.svg)](https://asciinema.org/a/363126?autoplay=1)\n\nFor comparison this is what `dotnet test` looks like out of the box **without** this logger\n\n[![asciicast](https://asciinema.org/a/363123.svg)](https://asciinema.org/a/363123?autoplay=1)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullean%2Fvstest-pretty-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullean%2Fvstest-pretty-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullean%2Fvstest-pretty-logger/lists"}