Launch iOS Simulator
Version updated for https://github.com/futureware-tech/simulator-action to version v5.
- This action is used across all versions by 747 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action enables the automated launching of iOS, tvOS, and watchOS simulators in CI/CD workflows on both GitHub-hosted and self-hosted runners. It simplifies the process of testing applications by managing device profiles, OS versions, and simulator states, helping developers streamline testing and ensure consistent environments. Key features include device model selection, automatic booting, retries, and optional cleanup after job completion.
Release notes
- Fix flaky boot issues by adding a retry parameter (#563).
- Print stdout/stderr even if the command fails (#562).