From 8a22329badad02b11f65b4e183da5efa62e90183 Mon Sep 17 00:00:00 2001 From: vixer93 Date: Thu, 15 Aug 2024 01:01:54 +0900 Subject: [PATCH] Add iOS test targets --- app-ios/App/App.xctestplan | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/app-ios/App/App.xctestplan b/app-ios/App/App.xctestplan index 3138c22cd..12b7fa57c 100644 --- a/app-ios/App/App.xctestplan +++ b/app-ios/App/App.xctestplan @@ -17,6 +17,13 @@ } }, "testTargets" : [ + { + "target" : { + "containerPath" : "container:..", + "identifier" : "TimetableDetailFeatureTests", + "name" : "TimetableDetailFeatureTests" + } + }, { "target" : { "containerPath" : "container:..", @@ -27,20 +34,27 @@ { "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" } @@ -48,22 +62,22 @@ { "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" } } ],