Skip to content

Commit

Permalink
Add iOS test targets
Browse files Browse the repository at this point in the history
  • Loading branch information
shin-usu committed Aug 14, 2024
1 parent 5b5c73a commit 8a22329
Showing 1 changed file with 25 additions and 11 deletions.
36 changes: 25 additions & 11 deletions app-ios/App/App.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@
}
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:..",
"identifier" : "TimetableDetailFeatureTests",
"name" : "TimetableDetailFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:..",
Expand All @@ -27,43 +34,50 @@
{
"target" : {
"containerPath" : "container:..",
"identifier" : "AppTests",
"name" : "AppTests"
"identifier" : "SponsorFeatureTests",
"name" : "SponsorFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:..",
"identifier" : "TimetableDetailFeatureTests",
"name" : "TimetableDetailFeatureTests"
"identifier" : "ContributorFeatureTests",
"name" : "ContributorFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:",
"containerPath" : "container:..",
"identifier" : "StaffFeatureTests",
"name" : "StaffFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:..",
"identifier" : "FavoriteFeatureTests",
"name" : "FavoriteFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:..",
"identifier" : "ContributorFeatureTests",
"name" : "ContributorFeatureTests"
"identifier" : "EventMapFeatureTests",
"name" : "EventMapFeatureTests"
}
},
{
"target" : {
"containerPath" : "container:..",
"identifier" : "SponsorFeatureTests",
"name" : "SponsorFeatureTests"
"identifier" : "TimetableTests",
"name" : "TimetableTests"
}
},
{
"target" : {
"containerPath" : "container:..",
"identifier" : "StaffFeatureTests",
"name" : "StaffFeatureTests"
"identifier" : "AppTests",
"name" : "AppTests"
}
}
],
Expand Down

0 comments on commit 8a22329

Please sign in to comment.