saucelabs / saucectl

A command line interface for the Sauce Labs platform.
Apache License 2.0
41 stars 16 forks source link

feat: ARM simulator support for xcuitest #917

Closed alexplischke closed 3 months ago

alexplischke commented 3 months ago

Description

Add ARM simulator support for xcuitest:

suites:
  - name: "saucy xcuitest - sims"
    timeout: 10m
    simulators:
      - name: "iPhone 15 Simulator"
        armRequired: true
        platformVersions:
          - "17.0"

PS: Unable to verify this functionality until platform is ready

15:27:45 ERR Failed to start suite. error="job start failed (400): UnsupportedPlatform - no images found for the specified caps" suite="saucy xcuitest - sims"