{"id":20124031,"url":"https://github.com/testableapple/fastlane-plugin-try_scan","last_synced_at":"2025-09-08T11:07:48.139Z","repository":{"id":37962032,"uuid":"270352992","full_name":"testableapple/fastlane-plugin-try_scan","owner":"testableapple","description":"Give your iOS tests a try 🚀","archived":false,"fork":false,"pushed_at":"2025-06-30T17:07:05.000Z","size":80,"stargazers_count":9,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T20:31:06.998Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://alteral.github.io/fastlane_plugins","language":"Ruby","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/testableapple.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,"zenodo":null}},"created_at":"2020-06-07T15:46:00.000Z","updated_at":"2025-02-28T15:24:56.000Z","dependencies_parsed_at":"2025-05-06T17:41:02.847Z","dependency_job_id":"bb36446c-0a99-48a0-a14c-00fde7859761","html_url":"https://github.com/testableapple/fastlane-plugin-try_scan","commit_stats":null,"previous_names":["alteral/fastlane-plugin-try_scan"],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/testableapple/fastlane-plugin-try_scan","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-try_scan","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-try_scan/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-try_scan/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-try_scan/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testableapple","download_url":"https://codeload.github.com/testableapple/fastlane-plugin-try_scan/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-try_scan/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274174271,"owners_count":25235203,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-13T19:47:26.231Z","updated_at":"2025-09-08T11:07:48.089Z","avatar_url":"https://github.com/testableapple.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Important Announcement ⚠️\n\n**Xcode 13** provides test repetitions out of the box. For more details check out [WWDC21](https://developer.apple.com/videos/play/wwdc2021/10296).\n\n---\n\n# try_scan plugin\n\n[![fastlane Plugin Badge](https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg)](https://rubygems.org/gems/fastlane-plugin-try_scan)\n\n## About try_scan\n\nThe easiest way to rerun tests of your iOS and Mac app 🚀\n\nUnder the hood `try_scan` uses official [`fastlane scan action`](https://docs.fastlane.tools/actions/scan/), it means that you are able to provide any `scan` options and use `Scanfile` as before — everything will work like a charm, `try_scan` just brings couple of new amazing options:\n\n| Option | Description | Default |\n| ------- |------------ | ------- |\n| try_count | Number of times to try to get your tests green | 1 |\n| try_parallel | Should first run be executed in parallel? Equivalent to `-parallel-testing-enabled` | true |\n| retry_parallel | Should subsequent runs be executed in parallel? Required `try_parallel: true` | true |\n| parallel_workers | Specify the exact number of test runners that will be spawned during parallel testing. Equivalent to `-parallel-testing-worker-count` and `concurrent_workers` |  |\n| retry_build | Should building be retried after failure? | false |\n| retry_strategy | What would you like to retry after failure: test, class or suite? | test |\n| backup | Back up an output of each execution to a separate folder | false |\n\n## Requirements\n\n* Xcode 11.x or greater. Download it at the [Apple Developer - Downloads](https://developer.apple.com/downloads) or the [Mac App Store](https://apps.apple.com/us/app/xcode/id497799835?mt=12).\n\n## Getting Started\n\nTo get started with `try_scan`, add it to your project by running:\n\n```bash\n$ fastlane add_plugin try_scan\n```\n\n## Usage\n\n```ruby\ntry_scan(\n  workspace: \"Example.xcworkspace\",\n  device: \"iPhone 11 Pro Max\",\n  try_count: 3,\n  parallel_workers: 2,\n  try_parallel: true,\n  retry_parallel: false\n)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Ffastlane-plugin-try_scan","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestableapple%2Ffastlane-plugin-try_scan","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Ffastlane-plugin-try_scan/lists"}