Skip to content

Commit

Permalink
Merge pull request #5069 from wikimedia/fix-tests
Browse files Browse the repository at this point in the history
Specify language and region for test plans, remove from schemes
  • Loading branch information
l-olson1214 authored Nov 13, 2024
2 parents 61039a5 + 90d7109 commit 0585b13
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 6 deletions.
11 changes: 8 additions & 3 deletions Test Plans/UITests.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"argument" : "UITestThemeSepia"
}
],
"language" : "he"
"language" : "he",
"region" : "IL"
}
},
{
Expand All @@ -32,7 +33,8 @@
"argument" : "UITestThemeDark"
}
],
"language" : "de"
"language" : "de",
"region" : "DE"
}
},
{
Expand All @@ -44,11 +46,14 @@
"argument" : "UITestThemeBlack"
}
],
"language" : "vi"
"language" : "vi",
"region" : "VN"
}
}
],
"defaultOptions" : {
"language" : "en",
"region" : "US",
"testTimeoutsEnabled" : true,
"userAttachmentLifetime" : "keepAlways"
},
Expand Down
2 changes: 2 additions & 0 deletions Test Plans/WMFComponents.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
}
],
"defaultOptions" : {
"language" : "en",
"region" : "US",
"testTimeoutsEnabled" : true
},
"testTargets" : [
Expand Down
7 changes: 5 additions & 2 deletions Test Plans/WMFData.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@
"id" : "BAD75B0C-AB52-4988-86B4-ECD18DA1424E",
"name" : "Configuration 1",
"options" : {

"language" : "it",
"region" : "IT"
}
}
],
"defaultOptions" : {
"language" : "en",
"region" : "US",
"testTimeoutsEnabled" : true
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:..\/WMFData",
"containerPath" : "container:",
"identifier" : "WMFDataTests",
"name" : "WMFDataTests"
}
Expand Down
2 changes: 2 additions & 0 deletions Test Plans/Wikipedia.xctestplan
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"value" : "1"
}
],
"language" : "en",
"region" : "US",
"targetForVariableExpansion" : {
"containerPath" : "container:Wikipedia.xcodeproj",
"identifier" : "D4991434181D51DE00E6073C",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
disablePerformanceAntipatternChecker = "YES"
language = "en"
launchStyle = "0"
useCustomWorkingDirectory = "NO"
ignoresPersistentStateOnLaunch = "NO"
Expand Down

0 comments on commit 0585b13

Please sign in to comment.