{"id":16701469,"url":"https://github.com/ferd/trx","last_synced_at":"2026-04-24T18:10:34.817Z","repository":{"id":55892761,"uuid":"109431579","full_name":"ferd/trx","owner":"ferd","description":"A rebar plugin to export Erlang test data into Visual Studio test format (.trx files)","archived":false,"fork":false,"pushed_at":"2020-12-09T03:01:03.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-29T21:26:52.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ferd.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}},"created_at":"2017-11-03T18:49:22.000Z","updated_at":"2023-02-04T20:56:17.000Z","dependencies_parsed_at":"2022-08-15T08:50:23.569Z","dependency_job_id":null,"html_url":"https://github.com/ferd/trx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ferd/trx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ftrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ftrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ftrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ftrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ferd","download_url":"https://codeload.github.com/ferd/trx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ferd%2Ftrx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32234888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-12T18:44:12.224Z","updated_at":"2026-04-24T18:10:29.806Z","avatar_url":"https://github.com/ferd.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"trx\n=====\n\nA rebar plugin to export Erlang test data into Visual Studio test format (`.trx` files)\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n    {project_plugins, [\n        {trx, \".*\", {git, \"https://github.com/ferd/trx.git\", {branch, \"master\"}}}\n    ]}.\n\nThen just call your plugin directly in an existing application to generate a report based on the latest common test run:\n\n    $ rebar3 as test trx\n    ===\u003e Fetching trx\n    ===\u003e Compiling trx\n    \u003cPlugin Output\u003e\n\nOr do it automatically with a Common Test hook:\n\n    {ct_opts, [{ct_hooks, [cth_trx]}]}.\n\nThese functions will generate a report under the right profile in the profile directory, under the latest Common Test name (like `ct_run.nonode@nohost.2017-11-03_14.40.29.trx`). To force a different name, declare the hook as:\n\n    {ct_opts, [{ct_hooks, [{cth_trx, [{filename, \"latest.trx\"}]}]}]}.\n\nAnd the file will instead bear that name (the path remains relative).\n\nTODO\n----\n\n- Eunit integration\n- PropEr integration (is it even possible?)\n- Code coverage?\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Ftrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fferd%2Ftrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fferd%2Ftrx/lists"}