Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 847 Bytes

testplans_from_scheme.md

File metadata and controls

34 lines (24 loc) · 847 Bytes

☑️ testplans_from_scheme

Get the testplans that an Xcode Scheme references.

Example

UI.important(
  'example: ' \
  'get all the testplans that an Xcode Scheme references'
)
testplans = testplans_from_scheme(
  xcodeproj: 'AtomicBoy/AtomicBoy.xcodeproj',
  scheme: 'AtomicBoy'
)
UI.message("The AtomicBoy uses the following testplans: #{testplans}")

Parameters

Parameter Description Default Value
xcodeproj The file path to the Xcode project file that references the Scheme
workspace The file path to the Xcode workspace file that references the Scheme
scheme The Xcode scheme referencing the testplan