From 8a92f33591b50810f66e4b9ac5e08477def5407b Mon Sep 17 00:00:00 2001
From: ShubhamSuri <70204532+surishubham@users.noreply.github.com>
Date: Tue, 28 Jan 2025 18:24:59 +0530
Subject: [PATCH] Merge pull request #1283 from amanchopra1905/stage
emulator simulator device list - HyperExecute
---
docs/hyperexecute-emu-simu-devices-list.md | 125 +++++++++++++++++++++
sidebars.js | 3 +-
2 files changed, 127 insertions(+), 1 deletion(-)
create mode 100644 docs/hyperexecute-emu-simu-devices-list.md
diff --git a/docs/hyperexecute-emu-simu-devices-list.md b/docs/hyperexecute-emu-simu-devices-list.md
new file mode 100644
index 000000000..50567b188
--- /dev/null
+++ b/docs/hyperexecute-emu-simu-devices-list.md
@@ -0,0 +1,125 @@
+---
+id: hyperexecute-emu-simu-devices-list
+title: HyperExecute Emulator and Simulator Devices
+hide_title: false
+sidebar_label: Devices List - Emu/Simu
+description: List of devices available on HyperExecute for Emulator and Simulator
+keywords:
+ - hyperexecute device list
+ - hyperexecute
+ - lambdatest
+ - emulator
+ - simulator
+ - hyperexecute dashboard
+url: https://www.lambdatest.com/support/docs/hyperexecute-emu-simu-devices-list/
+site_name: LambdaTest
+slug: hyperexecute-emu-simu-devices-list/
+---
+
+import Tabs from '@theme/Tabs';
+import TabItem from '@theme/TabItem';
+
+
+HyperExecute supports a wide range of emulator and simulator devices for testing your applications. Below is the categorized list of available devices.
+
+## Emulators
+
+
+
+
+| Device Name | Category | Notes |
+|------------------------|----------|--------------------|
+| ASUS ZenFone 8 | Phone | Compact flagship |
+| Galaxy A33 5G | Phone | Mid-range |
+| Galaxy S21 Ultra 5G | Phone | Premium model |
+| Galaxy Z Flip3 5G | Foldable | Compact folding |
+| Vivo X80 Pro | Phone | High performance |
+| Pixel 6 | Phone | Flagship device |
+
+
+
+
+
+| Device Name | Category | Notes |
+|--------------------------|-------------------|----------------------|
+| Galaxy Note10 Lite | Phone | Lite version |
+| Galaxy S21 FE 5G | Phone | Fan Edition |
+| Galaxy Tab S8+ | Tablet | Large screen tablet |
+| Galaxy Z Flip | Foldable Phone | Compact folding phone|
+| Galaxy Z Flip 5G | Foldable Phone | 5G support |
+| Galaxy Tab S8 Ultra | Tablet | High-end model |
+
+
+
+
+
+| Device Name | Category | Notes |
+|------------------|--------------|------------------|
+| Pixel 6a | Phone | Latest support |
+| Pixel 7 | Phone | Flagship model |
+| Pixel 7 Pro | Phone | Flagship model |
+| Pixel 4a | Phone | Compact phone |
+| Pixel 5 | Phone | Popular choice |
+| Pixel 5a 5G | Phone | 5G ready |
+
+
+
+
+## Simulators
+
+
+
+
+| Device Name | Category |
+|--------------------------------------|----------------|
+| iPhone SE (3rd generation) | Phone |
+| iPhone 14 | Phone |
+| iPhone 14 Plus | Phone |
+| iPhone 14 Pro | Phone |
+| iPhone 14 Pro Max | Phone |
+| iPad (9th generation) | Tablet |
+| iPad Pro (11-inch) (3rd generation) | Tablet |
+| iPad Pro (12.9-inch) (5th generation)| Tablet |
+| iPad Air (5th generation) | Tablet |
+| iPad mini (6th generation) | Tablet |
+
+
+
+
+
+| Device Name | Category |
+|--------------------------------------|----------|
+| iPhone SE (3rd generation) | Phone |
+| iPhone 15 | Phone |
+| iPhone 15 Plus | Phone |
+| iPhone 15 Pro | Phone |
+| iPhone 15 Pro Max | Phone |
+| iPad Air (5th generation) | Tablet |
+| iPad (10th generation) | Tablet |
+| iPad mini (6th generation) | Tablet |
+| iPad Pro (11-inch) (4th generation) | Tablet |
+| iPad Pro (12.9-inch) (6th generation)| Tablet |
+
+
\ No newline at end of file
diff --git a/sidebars.js b/sidebars.js
index 48f5c2f70..92045a3df 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -318,7 +318,8 @@ module.exports = {
items: [
"hyperexecute-appium-testing",
"hyperexecute-webapp-appium-testing",
- "hyperexecute-appium-virtual-device"
+ "hyperexecute-appium-virtual-device",
+ "hyperexecute-emu-simu-devices-list"
],
},
{