Skip to content

Commit

Permalink
device test
Browse files Browse the repository at this point in the history
  • Loading branch information
agray committed Jan 4, 2025
1 parent 2d1ea63 commit 99204d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 10 deletions.
3 changes: 1 addition & 2 deletions ExternalMerlin.NUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ static RequestedPlatformData()
List<SaucePlatform> platforms =
[
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

Expand Down
2 changes: 1 addition & 1 deletion ExternalMerlin.TUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static RequestedPlatformData()
var platforms = new List<SaucePlatform>
{
//Real Devices
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
};

Expand Down
3 changes: 1 addition & 2 deletions ExternalMerlin.XUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ static RequestedPlatformData()
List<SaucePlatform> platforms =
[
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

Expand Down
3 changes: 1 addition & 2 deletions Merlin.NUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ static RequestedPlatformData()
var platforms = new List<SaucePlatform>
{
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
};

Expand Down
2 changes: 1 addition & 1 deletion Merlin.TUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ static RequestedPlatformData()
var platforms = new List<SaucePlatform>
{
//Real Devices
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
};

Expand Down
3 changes: 1 addition & 2 deletions Merlin.XUnit.RealDevices/RequestedPlatformData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ static RequestedPlatformData()
List<SaucePlatform> platforms =
[
//Real Devices
//new AndroidRealDevice("Google Pixel 8 | Android 15 Beta", "15"),
new AndroidRealDevice("Google.*", "15"),
new AndroidRealDevice("Google Pixel 9 Pro XL", "15"),
new IOSRealDevice("iPhone 14 Pro Max", "16"),
];

Expand Down

0 comments on commit 99204d0

Please sign in to comment.