diff --git a/docs/mobile-app-diagnostics.md b/docs/mobile-app-diagnostics.md new file mode 100644 index 0000000000..facad848bf --- /dev/null +++ b/docs/mobile-app-diagnostics.md @@ -0,0 +1,68 @@ +--- +id: mobile-app-diagnostics +title: Mobile App Diagnostics +sidebar_label: Overview +description: Debug your mobile application faster. +--- + +Mobile App Diagnostics enables you to debug your mobile app issues faster on Sauce Labs. We help to triage, debug, prioritize app issues faster, without delays and rollbacks for your application release process +Test and debug earlier in your SDLC (Software Development Lifecycle). Find root cause errors, ensure reliability & release quality applications early. +We help to save time to reproduce these issues faster and resolve these bugs in a timely manner. + +Quickly determine the root cause +of errors in your code and test failures in the pipeline with Mobile App Diagnostics. +Get quality signals to create continuous feedback loops that allow for optimal risk visibility and coverage early in the SDLC. + + + +
+
+
+

App Logs

+

Review the debugging logs from the application and device.

+
+
+
+
+
+

App Crash Logs

+

Automatically capture and display crashes from the application under test.

+
+
+
+
+
+

Device Vitals

+

Debug and observe an app’s performance (CPU, Memory, UI Responsiveness) during test execution.

+
+
+
+
+
+

Interactions

+

Record and inspect all the interactions reaching your application. Labels, tags, IDs, XPath.

+
+
+
+
+
+

View Tree

+

Record and inspect the applications' UI hierarchy, structure, attributes, and accessibility labels to find and fix UI issues.

+
+
+
+
+
+

Network Capture

+

Record network traffic for HTTP/HTTPS requests coming from your native applications.

+
+
+
+
+
+

Network Capture

+

Review debugging logs coming from your application or debug device logs.

+
+
+ +§ diff --git a/sidebars.js b/sidebars.js index 6f0e33ac2a..3d58173c7a 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1298,6 +1298,7 @@ module.exports = { label: 'Mobile App Diagnostics', collapsed: true, items: [ + 'mobile-app-diagnostics' 'mobile-apps/features/mobile-app-diagnostics/app-logs', 'mobile-apps/features/mobile-app-diagnostics/app-crash-logs', 'mobile-apps/features/mobile-app-diagnostics/device-vitals',