Skip to content

Commit cbe3f4f

Browse files
committed
Добавил тестплан
1 parent b11777d commit cbe3f4f

File tree

2 files changed

+38
-2
lines changed

2 files changed

+38
-2
lines changed

Shared SwiftUI Content.xcodeproj/xcshareddata/xcschemes/Shared SwiftUI Content.xcscheme

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,13 @@
2626
buildConfiguration = "Debug"
2727
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
2828
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
29-
shouldUseLaunchSchemeArgsEnv = "YES"
30-
shouldAutocreateTestPlan = "YES">
29+
shouldUseLaunchSchemeArgsEnv = "YES">
30+
<TestPlans>
31+
<TestPlanReference
32+
reference = "container:Shared SwiftUI Content/TestPlan.xctestplan"
33+
default = "YES">
34+
</TestPlanReference>
35+
</TestPlans>
3136
<Testables>
3237
<TestableReference
3338
skipped = "NO"
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"configurations" : [
3+
{
4+
"id" : "24BCD70C-D366-4CA1-A20E-485A8FF71634",
5+
"name" : "Configuration 1",
6+
"options" : {
7+
8+
}
9+
}
10+
],
11+
"defaultOptions" : {
12+
"testTimeoutsEnabled" : true
13+
},
14+
"testTargets" : [
15+
{
16+
"target" : {
17+
"containerPath" : "container:DemoPackages\/DeeplinkParser",
18+
"identifier" : "DeeplinkParserTests",
19+
"name" : "DeeplinkParserTests"
20+
}
21+
},
22+
{
23+
"target" : {
24+
"containerPath" : "container:DemoPackages\/CustomHorizontalCollection",
25+
"identifier" : "CustomHorizontalCollectionTests",
26+
"name" : "CustomHorizontalCollectionTests"
27+
}
28+
}
29+
],
30+
"version" : 1
31+
}

0 commit comments

Comments
 (0)