Skip to content

Commit

Permalink
#9 Create the UI test plan
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailgulek committed Jul 29, 2022
1 parent bb62b5d commit a842113
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -538,6 +538,7 @@
8D8169443E5AC5FF71BFB3DB /* cs */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = cs; path = cs.lproj/Localizable.strings; sourceTree = "<group>"; };
8DC2C9E0E15C79BBDA80F0A2 /* TimelineStyle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TimelineStyle.swift; sourceTree = "<group>"; };
9010EE0CC913D095887EF36E /* OIDCService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OIDCService.swift; sourceTree = "<group>"; };
8E088F2A1B9EC529D3221931 /* UITests.xctestplan */ = {isa = PBXFileReference; path = UITests.xctestplan; sourceTree = "<group>"; };
90733775209F4D4D366A268F /* RootRouterType.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RootRouterType.swift; sourceTree = "<group>"; };
92B61C243325DC76D3086494 /* EventBriefFactoryProtocol.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EventBriefFactoryProtocol.swift; sourceTree = "<group>"; };
92FCD9116ADDE820E4E30F92 /* UIKitBackgroundTask.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UIKitBackgroundTask.swift; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1145,6 +1146,7 @@
children = (
49D2C8E66E83EA578A7F318A /* Info.plist */,
D4DA544B2520BFA65D6DB4BB /* target.yml */,
8E088F2A1B9EC529D3221931 /* UITests.xctestplan */,
);
path = SupportingFiles;
sourceTree = "<group>";
Expand Down
64 changes: 64 additions & 0 deletions UITests/SupportingFiles/UITests.xctestplan
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"configurations" : [
{
"id" : "183696C6-4CBB-4BCE-8F4C-D2B848395699",
"name" : "English",
"options" : {
"language" : "en",
"locationScenario" : {
"identifier" : "London, England",
"referenceType" : "built-in"
},
"region" : "GB"
}
},
{
"id" : "9657189C-CDB9-4D85-86EB-8A611144C11E",
"name" : "French",
"options" : {
"language" : "fr",
"locationScenario" : {
"identifier" : "London, England",
"referenceType" : "built-in"
},
"region" : "FR"
}
},
{
"id" : "04E7AF54-391D-42D4-8193-7AD50C685639",
"name" : "German",
"options" : {
"language" : "de",
"locationScenario" : {
"identifier" : "London, England",
"referenceType" : "built-in"
},
"region" : "DE"
}
}
],
"defaultOptions" : {
"addressSanitizer" : {
"enabled" : true
},
"mainThreadCheckerEnabled" : false,
"targetForVariableExpansion" : {
"containerPath" : "container:ElementX.xcodeproj",
"identifier" : "C0FAEB81CFD9776CD78CE489",
"name" : "ElementX"
},
"uiTestingScreenshotsLifetime" : "keepNever",
"undefinedBehaviorSanitizerEnabled" : true,
"userAttachmentLifetime" : "keepNever"
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:ElementX.xcodeproj",
"identifier" : "0E28CD62691FDBC63147D5E3",
"name" : "UITests"
}
}
],
"version" : 1
}

0 comments on commit a842113

Please sign in to comment.