{"id":20124043,"url":"https://github.com/testableapple/fastlane-plugin-xcmonkey","last_synced_at":"2025-06-23T07:01:50.173Z","repository":{"id":65747414,"uuid":"597748818","full_name":"testableapple/fastlane-plugin-xcmonkey","owner":"testableapple","description":"Challenge your apps on iOS with monkey testing 📱🐒","archived":false,"fork":false,"pushed_at":"2023-02-14T17:12:43.000Z","size":1154,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T20:41:35.598Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://testableapple.com/note-36","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":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"alteral","custom":["https://paypal.me/aapesotskiy"]}},"created_at":"2023-02-05T14:27:38.000Z","updated_at":"2023-02-08T20:39:21.000Z","dependencies_parsed_at":"2023-07-19T17:29:09.346Z","dependency_job_id":null,"html_url":"https://github.com/testableapple/fastlane-plugin-xcmonkey","commit_stats":null,"previous_names":["alteral/fastlane-plugin-xcmonkey"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/testableapple/fastlane-plugin-xcmonkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-xcmonkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-xcmonkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-xcmonkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-xcmonkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/testableapple","download_url":"https://codeload.github.com/testableapple/fastlane-plugin-xcmonkey/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/testableapple%2Ffastlane-plugin-xcmonkey/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261433936,"owners_count":23157196,"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-11-13T19:47:28.878Z","updated_at":"2025-06-23T07:01:45.159Z","avatar_url":"https://github.com/testableapple.png","language":"Ruby","funding_links":["https://github.com/sponsors/alteral","https://paypal.me/aapesotskiy"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"/assets/images/xcmonkey.png\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://rubygems.org/gems/xcmonkey\"\u003e\u003cimg src=\"https://img.shields.io/gem/v/xcmonkey.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://rubygems.org/gems/fastlane-plugin-xcmonkey\"\u003e\u003cimg src=\"https://rawcdn.githack.com/fastlane/fastlane/master/fastlane/assets/plugin-badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/badge/license-MIT-green.svg?style=flat\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Description\n\nThis fastlane plugin is a wrapper for [xcmonkey](https://github.com/alteral/xcmonkey) - a tool for doing stress testing of iOS apps.\n\nIt replicates `xcmonkey test` command.\n\n| Option | Description | Default |\n| --- | --- | --- |\n| `udid` | Set device UDID | |\n| `bundle_id` | Set target bundle identifier | |\n| `session_path` | Path where test session should be saved | |\n| `event_count` | Set events count | `60` |\n| `exclude_taps` | Exclude taps from gestures list | `false` |\n| `exclude_swipes` | Exclude swipes from gestures list | `false` |\n| `exclude_presses` | Exclude presses from gestures list | `false` |\n| `disable_simulator_keyboard` | Disable simulator keyboard | `false` |\n| `ignore_crashes` | Ignore app crashes | `false` |\n| `throttle` | Fixed delay between events in milliseconds | `0` |\n\n## Prerequisites\n\n```bash\nbrew install facebook/fb/idb-companion\npip3.6 install fb-idb\n```\n\n## Getting Started\n\nTo get started with `xcmonkey`, add it to your project by running:\n\n```bash\nfastlane add_plugin xcmonkey\n```\n\n## Usage\n\n```ruby\nlane :test do\n  bundle_id = 'com.apple.Maps'\n  device = 'iPhone 14'\n  sim = FastlaneCore::Simulator.all.filter { |d| d.name == device }.max_by(\u0026:os_version)\n  udid = sim.udid\n\n  xcmonkey(udid: udid, bundle_id: bundle_id)\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Ffastlane-plugin-xcmonkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftestableapple%2Ffastlane-plugin-xcmonkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftestableapple%2Ffastlane-plugin-xcmonkey/lists"}