Skip to content

Commit

Permalink
refactor: update tests plan for snapshots (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
  • Loading branch information
pylapp committed Jan 20, 2025
1 parent a62df4d commit 3032a7a
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DesignToolbox/DesignToolbox.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@
packageProductDependencies = (
0740A9992C9874670069D24A /* SnapshotTesting */,
);
productName = "DesignToolboxTests";
productName = DesignToolboxTests;
productReference = 0740A98F2C9873500069D24A /* DesignToolboxSnapshotsTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@
reference = "container:DesignToolboxSnapshotsTests.xctestplan"
default = "YES">
</TestPlanReference>
<TestPlanReference
reference = "container:DesignToolboxSnapshots.xctestplan">
</TestPlanReference>
</TestPlans>
<Testables>
<TestableReference
Expand Down

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

24 changes: 24 additions & 0 deletions DesignToolbox/DesignToolboxSnapshots 2.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"configurations" : [
{
"id" : "E93D5EA6-C302-4BA9-84A1-5E2B72887AA1",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:DesignToolbox.xcodeproj",
"identifier" : "0740A98E2C9873500069D24A",
"name" : "DesignToolboxSnapshotsTests"
}
}
],
"version" : 1
}
24 changes: 24 additions & 0 deletions DesignToolbox/DesignToolboxSnapshots.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"configurations" : [
{
"id" : "E93D5EA6-C302-4BA9-84A1-5E2B72887AA1",
"name" : "Configuration 1",
"options" : {

}
}
],
"defaultOptions" : {
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:DesignToolbox.xcodeproj",
"identifier" : "0740A98E2C9873500069D24A",
"name" : "DesignToolboxSnapshotsTests"
}
}
],
"version" : 1
}

0 comments on commit 3032a7a

Please sign in to comment.