mirror of
https://github.com/samsonjs/vibetunnel.git
synced 2026-04-27 15:17:38 +00:00
Add Mac test plan
This commit is contained in:
parent
2b611a5797
commit
cf3a23dc5c
3 changed files with 40 additions and 2 deletions
3
VibeTunnel.xcworkspace/contents.xcworkspacedata
generated
3
VibeTunnel.xcworkspace/contents.xcworkspacedata
generated
|
|
@ -7,4 +7,7 @@
|
||||||
<FileRef
|
<FileRef
|
||||||
location = "group:ios/VibeTunnel-iOS.xcodeproj">
|
location = "group:ios/VibeTunnel-iOS.xcodeproj">
|
||||||
</FileRef>
|
</FileRef>
|
||||||
|
<FileRef
|
||||||
|
location = "group:mac/VibeTunnel/VibeTunnel-Mac.xctestplan">
|
||||||
|
</FileRef>
|
||||||
</Workspace>
|
</Workspace>
|
||||||
|
|
|
||||||
|
|
@ -27,8 +27,13 @@
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||||
shouldUseLaunchSchemeArgsEnv = "YES"
|
shouldUseLaunchSchemeArgsEnv = "YES">
|
||||||
shouldAutocreateTestPlan = "YES">
|
<TestPlans>
|
||||||
|
<TestPlanReference
|
||||||
|
reference = "container:VibeTunnel/VibeTunnel-Mac.xctestplan"
|
||||||
|
default = "YES">
|
||||||
|
</TestPlanReference>
|
||||||
|
</TestPlans>
|
||||||
</TestAction>
|
</TestAction>
|
||||||
<LaunchAction
|
<LaunchAction
|
||||||
buildConfiguration = "Debug"
|
buildConfiguration = "Debug"
|
||||||
|
|
|
||||||
30
mac/VibeTunnel/VibeTunnel-Mac.xctestplan
Normal file
30
mac/VibeTunnel/VibeTunnel-Mac.xctestplan
Normal file
|
|
@ -0,0 +1,30 @@
|
||||||
|
{
|
||||||
|
"configurations" : [
|
||||||
|
{
|
||||||
|
"id" : "9D7E1994-9FC3-4F5E-B761-5D212EC7615B",
|
||||||
|
"name" : "Test Scheme Action",
|
||||||
|
"options" : {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"defaultOptions" : {
|
||||||
|
"codeCoverage" : false,
|
||||||
|
"performanceAntipatternCheckerEnabled" : true,
|
||||||
|
"targetForVariableExpansion" : {
|
||||||
|
"containerPath" : "container:VibeTunnel-Mac.xcodeproj",
|
||||||
|
"identifier" : "788687F02DFF4FCB00B22C15",
|
||||||
|
"name" : "VibeTunnel"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"testTargets" : [
|
||||||
|
{
|
||||||
|
"target" : {
|
||||||
|
"containerPath" : "container:VibeTunnel-Mac.xcodeproj",
|
||||||
|
"identifier" : "788687FD2DFF4FCB00B22C15",
|
||||||
|
"name" : "VibeTunnelTests"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"version" : 1
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue