Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fastlane-plugin-xcmonkey

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fastlane-plugin-xcmonkey

  • 1.3.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Description

This fastlane plugin is a wrapper for xcmonkey - a tool for doing stress testing of iOS apps.

It replicates xcmonkey test command.

OptionDescriptionDefault
udidSet device UDID
bundle_idSet target bundle identifier
session_pathPath where test session should be saved
event_countSet events count60
exclude_tapsExclude taps from gestures listfalse
exclude_swipesExclude swipes from gestures listfalse
exclude_pressesExclude presses from gestures listfalse
disable_simulator_keyboardDisable simulator keyboardfalse
ignore_crashesIgnore app crashesfalse
throttleFixed delay between events in milliseconds0

Prerequisites

brew install facebook/fb/idb-companion
pip3.6 install fb-idb

Getting Started

To get started with xcmonkey, add it to your project by running:

fastlane add_plugin xcmonkey

Usage

bundle_id = 'com.apple.Maps'
device = 'iPhone 14 (16.2)'
sim = FastlaneCore::Simulator.all.detect { |d| device == "#{d.name} (#{d.os_version})") }

xcmonkey(udid: sim.udid, bundle_id: bundle_id)

FAQs

Package last updated on 08 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc