{"id":19417991,"url":"https://github.com/americanexpress/xcode-result-bundle-processor","last_synced_at":"2026-03-12T00:06:07.872Z","repository":{"id":56898709,"uuid":"46878614","full_name":"americanexpress/xcode-result-bundle-processor","owner":"americanexpress","description":"xcode-result-bundle-processor converts Xcode test result bundles into friendly HTML reports","archived":false,"fork":false,"pushed_at":"2017-08-04T22:50:38.000Z","size":62836,"stargazers_count":12,"open_issues_count":1,"forks_count":5,"subscribers_count":6,"default_branch":"master","last_synced_at":"2026-03-02T12:41:31.020Z","etag":null,"topics":["html-report","testing","ui","xcode"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/americanexpress.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}},"created_at":"2015-11-25T18:12:11.000Z","updated_at":"2026-02-10T15:00:14.000Z","dependencies_parsed_at":"2022-08-20T17:40:44.560Z","dependency_job_id":null,"html_url":"https://github.com/americanexpress/xcode-result-bundle-processor","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/americanexpress/xcode-result-bundle-processor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/americanexpress%2Fxcode-result-bundle-processor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/americanexpress%2Fxcode-result-bundle-processor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/americanexpress%2Fxcode-result-bundle-processor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/americanexpress%2Fxcode-result-bundle-processor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/americanexpress","download_url":"https://codeload.github.com/americanexpress/xcode-result-bundle-processor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/americanexpress%2Fxcode-result-bundle-processor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30407851,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"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":["html-report","testing","ui","xcode"],"created_at":"2024-11-10T13:12:19.798Z","updated_at":"2026-03-12T00:06:07.854Z","avatar_url":"https://github.com/americanexpress.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/americanexpress/xcode-result-bundle-processor.svg?branch=master)](https://travis-ci.org/americanexpress/xcode-result-bundle-processor)\n[![Code Climate](https://codeclimate.com/github/americanexpress/xcode-result-bundle-processor/badges/gpa.svg)](https://codeclimate.com/github/americanexpress/xcode-result-bundle-processor)\n[![Test Coverage](https://codeclimate.com/github/americanexpress/xcode-result-bundle-processor/badges/coverage.svg)](https://codeclimate.com/github/americanexpress/xcode-result-bundle-processor/coverage)\n[![Gem Version](https://badge.fury.io/rb/xcode-result-bundle-processor.svg)](https://badge.fury.io/rb/xcode-result-bundle-processor)\n[![Dependency Status](https://www.versioneye.com/user/projects/565629adff016c002c001c2c/badge.svg?style=flat)](https://www.versioneye.com/user/projects/565629adff016c002c001c2c)\n\n# What is XcodeResultBundleProcessor?\n\nThis tool converts into Xcode 7's machine-readable results bundle into a human-readable HTML report including\ndetailed activity logs and screenshots for UI tests.\n\n# Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'xcode-result-bundle-processor'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install xcode-result-bundle-processor\n\n# Usage\n\nFirst, run your UI tests using an invocation like this:\n\n    xcodebuild -workspace MyWorkspace.xcworkspace \\\n        -scheme 'My UI Tests' \\\n        -sdk iphonesimulator \\\n        -resultBundlePath \"my_results_bundle\" \\\n\nThis will put a bunch of mystery files into `my_results_bundle`, which you can transform into un-mystery files\nvia\n\n    bundle exec xcode-result-bundle-processor --save-html-report report my_results_bundle\n\nThe report will appear in `report/index.html`\n\n# Development\n\nIf you have RVM and change to the working directory, you'll be prompted to install the needed Ruby version if you\ndon't already have it. RVM will also handle creating a gemset.\n\nTo update the dependencies, run\n\n    bundle\n\nTo run tests, run\n\n    bundle exec rake\n\nTo build the gem, run\n\n    bundle exec rake build\n\nTo execute the tool, run\n\n    bundle exec xcode-result-bundle-processor\n\n# Contributing\n\nWe welcome Your interest in the American Express Open Source Community on Github. Any Contributor to any Open Source Project managed by the American Express Open Source Community must accept and sign an Agreement indicating agreement to the terms below. Except for the rights granted in this Agreement to American Express and to recipients of software distributed by American Express, You reserve all right, title, and interest, if any, in and to Your Contributions. Please [fill out the Agreement](https://cla-assistant.io/americanexpress/).\n\n# License\n\nAny contributions made under this project will be governed by the [Apache License 2.0](https://github.com/americanexpress/xcode-result-bundle-processor/blob/master/LICENSE.txt).\n\n# Code of Conduct\n\nThis project adheres to the [American Express Community Guidelines](https://github.com/americanexpress/middle-manager/wiki/Code-of-Conduct).\nBy participating, you are expected to honor these guidelines.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famericanexpress%2Fxcode-result-bundle-processor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famericanexpress%2Fxcode-result-bundle-processor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famericanexpress%2Fxcode-result-bundle-processor/lists"}