mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-11 13:59:13 +00:00

* Update Prefire, setup multiple snapshot devices and languages Squashed commits: [28cb4ae6d] Switch to macos-14, iOS 17 and the iPhone 15 simulator [080fc82cb] Update snapshots [c874ca9c7] Bump Compound and Prefire, reduce perceptual precission to 0.98 [a59b8a54c] Update snapshots after adding iPad and pseudolanguage snapshotting [f30cc3277] Setup multi-language snapshotting [aeb11c7e7] Update prefire template, setup multiple snapshot devices * Update ruby dependencies and fastlane plugins * Bump Compound, switch back to the original prefire - version 2.0.4 * Remove preview test simulator version specifiers
50 lines
1.1 KiB
Plaintext
50 lines
1.1 KiB
Plaintext
{
|
|
"configurations" : [
|
|
{
|
|
"id" : "D789E5F1-30B8-4A23-B20E-281ACE05CFD6",
|
|
"name" : "English",
|
|
"options" : {
|
|
"language" : "en",
|
|
"locationScenario" : {
|
|
"identifier" : "London, England",
|
|
"referenceType" : "built-in"
|
|
},
|
|
"region" : "GB"
|
|
}
|
|
},
|
|
{
|
|
"id" : "059C4F1C-EAB6-4D96-BA8F-30DF92A365E9",
|
|
"name" : "Pseudolanguage",
|
|
"options" : {
|
|
"language" : "IDELaunchSchemeLanguageDoubleLocalizedStrings",
|
|
"locationScenario" : {
|
|
"identifier" : "London, England",
|
|
"referenceType" : "built-in"
|
|
},
|
|
"region" : "DE"
|
|
}
|
|
}
|
|
],
|
|
"defaultOptions" : {
|
|
"defaultTestExecutionTimeAllowance" : 60,
|
|
"environmentVariableEntries" : [
|
|
{
|
|
"key" : "IS_RUNNING_UNIT_TESTS",
|
|
"value" : "1"
|
|
}
|
|
],
|
|
"testExecutionOrdering" : "random",
|
|
"testTimeoutsEnabled" : true
|
|
},
|
|
"testTargets" : [
|
|
{
|
|
"target" : {
|
|
"containerPath" : "container:ElementX.xcodeproj",
|
|
"identifier" : "7A17BE29BAC81ADBAC6349D9",
|
|
"name" : "PreviewTests"
|
|
}
|
|
}
|
|
],
|
|
"version" : 1
|
|
}
|