-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
🚀 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