Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[MOB-3113] Re-add environment.json
  • Loading branch information
d4r1091 committed Feb 6, 2025
commit a1a8af4e28c560866cc04006a4d079808bb04bcf
28 changes: 28 additions & 0 deletions firefox-ios/EcosiaTests/SnapshotTests/environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"DEVICES": [
{
"name": "iPhone SE (3rd generation)",
"orientation": "portrait"
},
{
"name": "iPhone 15 Pro",
"orientation": "portrait"
},
{
"name": "iPhone 15 Pro Max",
"orientation": "landscape"
},
{
"name": "iPad Pro 11-inch (M4)",
"orientation": "portrait"
}
],
"LOCALES": [
"en",
"it",
"de",
"es",
"nl"
],
"SIMULATOR_DEVICE_NAME": "iPhone 15 Pro"
}