Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MASTG-TECH-0052 with simulator commands #3186

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cpholguera
Copy link
Collaborator

This pull request adds comprehensive instructions for interacting with the iOS Simulator, including accessing the shell, running commands, interacting with the file system, and performing various app-related actions.

Key additions include:

  • Simulator Shell Access:

    • Instructions to access the simulator shell using xcrun simctl spawn booted /bin/sh.
  • Running Commands in the Simulator:

    • Examples of running commands inside the simulator, such as listing environment variables.
  • Interacting with the Simulator's File System:

    • Commands to open an app's data container and binary container in Finder.
  • App Management:

    • Instructions to install, uninstall, launch, and terminate apps on the simulator using xcrun simctl.
  • Simulator Utilities:

    • Methods to open URLs, take screen recordings, and capture screenshots using xcrun simctl.

@cpholguera cpholguera marked this pull request as draft March 3, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant