Skip to content

Add support for: XCUITest .xctestplan  #494

@TomVanDerSpek

Description

@TomVanDerSpek

🚀 Feature Proposal

Xcode introduced Test Plans in 2019 during its WWDC event. Would help a lot if this is also supported by SuaceLabs.

Motivation

We currently have to maintain two lists on which tests to run, one in our XCTestPlan and one in the .sauce/config. This comes with a risk that these lists will get out of sync. Also renaming a test class or its tests are automatically updated inside of the XCTestPlan. This is not automatically done in the .sauce/config and therefor a risk of unneeded pipeline failures.

Example

suites:
  - name: "Integration Tests"
    testOptions:
      xctestplan: AppIntegration

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions