Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw committed Sep 14, 2024
1 parent 4ca53e1 commit d266aff
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Dependencies.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
shouldUseLaunchSchemeArgsEnv = "YES"
shouldAutocreateTestPlan = "YES">
shouldUseLaunchSchemeArgsEnv = "YES">
<TestPlans>
<TestPlanReference
reference = "container:Integration.xctestplan"
default = "YES">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
skipped = "NO"
Expand Down
36 changes: 36 additions & 0 deletions Integration/Integration.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"configurations" : [
{
"id" : "3CB380BB-1E92-48E7-8E9F-85A85AE0686A",
"name" : "Test Scheme Action",
"options" : {

}
}
],
"defaultOptions" : {
"targetForVariableExpansion" : {
"containerPath" : "container:Integration.xcodeproj",
"identifier" : "CAF21DCB29B66D7500368A47",
"name" : "Integration"
}
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:Integration.xcodeproj",
"identifier" : "CAF21DE529B66D7700368A47",
"name" : "IntegrationUITests"
}
},
{
"parallelizable" : false,
"target" : {
"containerPath" : "container:Integration.xcodeproj",
"identifier" : "CA5C90662C94BF6F00CA0F02",
"name" : "IntegrationTests"
}
}
],
"version" : 1
}

0 comments on commit d266aff

Please sign in to comment.