{"id":15048595,"url":"https://github.com/binarybirds/testify","last_synced_at":"2025-04-10T01:24:16.592Z","repository":{"id":44293174,"uuid":"166838530","full_name":"BinaryBirds/Testify","owner":"BinaryBirds","description":"Testify converts XCTest output into a proper structure (JSON, JUNIT, MD, GFM), or it'll miserably fail. 😉","archived":false,"fork":false,"pushed_at":"2024-11-05T18:26:38.000Z","size":378,"stargazers_count":24,"open_issues_count":0,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T22:34:28.561Z","etag":null,"topics":["gfm","json","junit","md","swift","swift-5","testing","unit-testing","xcode","xctest","xctest-linux","xctestcase"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/BinaryBirds.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,"publiccode":null,"codemeta":null}},"created_at":"2019-01-21T15:41:17.000Z","updated_at":"2025-01-16T10:27:56.000Z","dependencies_parsed_at":"2024-01-09T07:43:02.953Z","dependency_job_id":"959b65fe-a3ce-4806-bab9-64df082345f2","html_url":"https://github.com/BinaryBirds/Testify","commit_stats":{"total_commits":11,"total_committers":3,"mean_commits":"3.6666666666666665","dds":0.4545454545454546,"last_synced_commit":"25aa799f0b2197af73a4efbb5a330474919daa1a"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2FTestify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2FTestify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2FTestify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryBirds%2FTestify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryBirds","download_url":"https://codeload.github.com/BinaryBirds/Testify/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138860,"owners_count":21053969,"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":["gfm","json","junit","md","swift","swift-5","testing","unit-testing","xcode","xctest","xctest-linux","xctestcase"],"created_at":"2024-09-24T21:14:18.945Z","updated_at":"2025-04-10T01:24:16.549Z","avatar_url":"https://github.com/BinaryBirds.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Testify\n\nTestify converts XCTest output into a proper structure (JSON, JUNIT, MD, GFM), or it'll miserably fail. 😉\n\n\n## Installation \n\n### Command line utility\n\nYou can use the command line utility to convert test results into JSON, JUNIT, MD and GFM on the fly.\n\n```\ngit clone https://github.com/BinaryBirds/Testify.git \u0026\u0026 cd Testify\nmake install\nwhich testify\n```\n\n### Mint\n\nTo install BinaryBirds/Testify via [Mint](https://github.com/yonaskolb/Mint), simply use:\n\n```sh\n$ mint run BinaryBirds/Testify\n```\n\n## Usage\n\nIn your project folder run:\n\n* for JSON format: `swift test | testify json` \n* for JUNIT format: `swift test | testify junit`\n* for MD format: `swift test | testify md`\n* for GFM format: `swift test | testify gfm`\n\nYou can just use the [Swift Package Manager](https://theswiftdev.com/2017/11/09/swift-package-manager-tutorial/) as usual:\n\n```swift\n.package(url: \"https://github.com/binarybirds/testify\", from: \"1.2.0\"),\n```\n\n⚠️ Don't forget to add \"Testify\" to your target as a dependency!\n\n\n```swift\nimport Testify\n\nlet suite = TestSuite.parse(\"test-output-string\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Ftestify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarybirds%2Ftestify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarybirds%2Ftestify/lists"}