Skip to content

Commit

Permalink
update test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
zhgchgli0718 committed Nov 24, 2023
1 parent 8f7020f commit 55bfa99
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .swiftpm/xcode/xcshareddata/xcschemes/ZMarkupParser.xcscheme
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@
<TestPlanReference
reference = "container:UnitTest.xctestplan">
</TestPlanReference>
<TestPlanReference
reference = "container:FullTest.xctestplan">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
Expand Down
31 changes: 31 additions & 0 deletions FullTest.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"configurations" : [
{
"id" : "007ED148-E1D2-46CA-9325-F6B6669440FC",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:",
"identifier" : "ZMarkupParserSnapshotTests",
"name" : "ZMarkupParserSnapshotTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "ZMarkupParserTests",
"name" : "ZMarkupParserTests"
}
}
],
"version" : 1
}

0 comments on commit 55bfa99

Please sign in to comment.