From 6446ac01f2061e31dce9ae379568137db4a0fe4b Mon Sep 17 00:00:00 2001
From: Mapi Pina
-
- iOS 13.4
-
-
-
-
- 2.0.0
-
- 2.0.0-beta66
-
- 2.0.0-beta56
-
- 2.0.0-beta44
-
- 1.22.3
-
- 1.22.2
-
- 1.21.0
-
- 1.19.2
-
- 1.19.1
-
- 1.17.1
-
-
-
-
- 1.22.3
-
-
-
-
- 2.0.0
-
-
-
- iOS 13.2
-
-
-
-
- 2.0.0
-
- 2.0.0-beta66
-
- 2.0.0-beta56
-
- 2.0.0-beta44
-
- 1.22.3
-
- 1.22.2
-
- 1.21.0
-
- 1.19.2
-
- 1.19.1
-
- 1.17.1
-
- 1.16.0
-
-
-
-
- 1.22.3
-
-
-
-
- 2.0.0
-
-
-
- iOS 13.0
-
-
-
-
- 2.0.0
-
- 2.0.0-beta66
-
- 2.0.0-beta56
-
- 2.0.0-beta44
-
- 1.22.3
-
- 1.22.2
-
- 1.21.0
-
- 1.19.2
-
- 1.19.1
-
- 1.17.1
-
- 1.16.0
-
- 1.15.0
-
-
-
-
- 1.22.3
-
-
-
-
- 2.0.0
-
-
-
- iOS 12.4
-
-
-
-
- 2.0.0
-
- 2.0.0-beta66
-
- 2.0.0-beta56
-
- 2.0.0-beta44
-
- 1.22.3
-
- 1.22.2
-
- 1.21.0
-
- 1.13.0
-
-
-
-
- 1.22.3
-
-
-
-
- 2.0.0
-
-
-
- iOS 12.2
-
-
-
-
- 2.0.0
-
- 2.0.0-beta66
-
- 2.0.0-beta56
-
- 2.0.0-beta44
-
- 1.22.3
-
- 1.22.2
-
- 1.21.0
-
- 1.13.0
-
- 1.12.1
-
-
-
-
- 1.22.3
-
-
-
-
- 2.0.0
-
-
-
- iOS 12.0
-
-
-
-
- 1.9.1
-
-
-
-
- 1.9.1
-
-
-
-
- 1.9.1
-
-
-
- iOS 11.3
-
-
-
-
-
-
- 1.8.0
-
-
-
-
- 1.9.1
-
-
-
- iOS 11.2
-
-
-
-
-
-
- 1.8.0
-
-
-
-
- 1.9.1
-
-
-
- iOS 11.1
-
-
-
-
-
-
- 1.8.0
-
-
-
-
- 1.9.1
-
-
-
- iOS 11.0
-
-
-
-
-
-
- 1.8.0
-
-
-
-
- 1.9.1
-
-
-
diff --git a/docs/mobile-apps/automated-testing/appium/virtual-devices.md b/docs/mobile-apps/automated-testing/appium/virtual-devices.md
index 8bdad446bd..a7b280e8c3 100644
--- a/docs/mobile-apps/automated-testing/appium/virtual-devices.md
+++ b/docs/mobile-apps/automated-testing/appium/virtual-devices.md
@@ -80,7 +80,7 @@ If this value is not set, an older default value may be used instead.
## iOS Code Examples
-Below are examples of an iPhone 8 project using iOS version 12.2:
+Below are examples of an iPhone 8 project using iOS version 14.0:
iOS 10.3
-
-
-
-
-
-
- 1.8.0
-
-
-
-
- 1.9.1
-
-
Compiled for the simulator/device version of your choice
Compressed into a .zip package/archive file (must include app directory)
[Uploaded and hosted](mobile-apps/app-storage.md) in a place that Sauce Labs can access (for example: AWS, GitHub, or Sauce Labs App Storage)
|Your Android app must be:
Compiled for the simulator/device version of your choice
Configured to have internet permissions
Built into an .apk or .aab package/archive file
[Uploaded and hosted](mobile-apps/app-storage.md) in a place that Sauce Labs can access (for example: AWS, GitHub, or Sauce Labs App Storage).
_Appium only. For Espresso, `saucectl` uploads the referenced app for you._
| -| **Versions supported** | iOS versions 10.3 and higher | Android versions 5.0 and higher | +| **Versions supported** | iOS versions 14.0 and higher | Android versions 5.0 and higher | | **Tips** |If you're using App Storage, get the returned location, which will look something like storage:filename=myApplication.zip.
In your [test capabilities](/dev/test-configuration-options), specify the location of the .zip file, or the `storage:filename=myApplication.zip` URL as described in [App Storage](mobile-apps/app-storage.md).
|This StackOverflow article contains instructions on how to build an .apk file in Eclipse.
In your test capabilities, specify the location of the .apk or .aab file, or the `storage:filename=app.apk` URL as described in [App Storage](mobile-apps/app-storage.md).
| ## When to Test on Real Devices diff --git a/docs/web-apps/automated-testing/electron.md b/docs/web-apps/automated-testing/electron.md index 065082a909..73c5e90451 100644 --- a/docs/web-apps/automated-testing/electron.md +++ b/docs/web-apps/automated-testing/electron.md @@ -16,7 +16,6 @@ Sauce Labs currently supports the following test configurations for Electron. - Platforms - Windows 10 - Windows 11 - - MacOS 10.15 - MacOS 11 - MacOS 12 - MacOS 13 @@ -78,6 +77,6 @@ Test results are visible on the UI under “Automated Tests > Test Results.’ Y ## Limitations -- Electron support is currently enabled only for automated testing on Windows 10 and 11, and MacOS 10.15, 11, 12 and 13. +- Electron support is currently enabled only for automated testing on Windows 10 and 11, and MacOS 11, 12 and 13. - Electron apps uploaded via REST API are not currently visible within the App Management of the UI. - Live testing and UI enhancements to come in a future release. diff --git a/docs/web-apps/automated-testing/playwright.md b/docs/web-apps/automated-testing/playwright.md index aac4195a6f..69b6b64afc 100644 --- a/docs/web-apps/automated-testing/playwright.md +++ b/docs/web-apps/automated-testing/playwright.md @@ -20,7 +20,7 @@ Cucumber.js is not directly supported by Playwright. However, Playwright can be Supported OS: - Windows 10 / Windows 11 -- macOS 10.15+ +- macOS 11+ - Linux ## Supported Testing Platforms diff --git a/docs/web-apps/automated-testing/testcafe.md b/docs/web-apps/automated-testing/testcafe.md index 1bff2a0d83..36f1709e0d 100644 --- a/docs/web-apps/automated-testing/testcafe.md +++ b/docs/web-apps/automated-testing/testcafe.md @@ -16,7 +16,7 @@ you can use to test your web apps remotely on Sauce Labs cloud using the [`sauce Supported OS: - Windows 10 / Windows 11 -- macOS 10.15+ +- macOS 11+ - Linux ## Supported Languages From 2efe6f1bcbffb36d56e2087921293d64094546f1 Mon Sep 17 00:00:00 2001 From: Mapi Pina