Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create new landing for Mobile app Diagnostics #2642

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
68 changes: 68 additions & 0 deletions docs/mobile-app-diagnostics.md
Original file line number Diff line number Diff line change
@@ -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.



<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/mobile-app-diagnostics/app-logs/">App Logs</a></h3>
<p>Review the debugging logs from the application and device.</p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/mobile-app-diagnostics/app-crash-logs/">App Crash Logs</a></h3>
<p>Automatically capture and display crashes from the application under test.</p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/mobile-app-diagnostics/device-vitals/">Device Vitals</a></h3>
<p>Debug and observe an app’s performance (CPU, Memory, UI Responsiveness) during test execution.</p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/mobile-app-diagnostics/interactions/">Interactions</a></h3>
<p>Record and inspect all the interactions reaching your application. Labels, tags, IDs, XPath. </p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/mobile-app-diagnostics/view-tree/">View Tree</a></h3>
<p>Record and inspect the applications' UI hierarchy, structure, attributes, and accessibility labels to find and fix UI issues.</p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/network-capture/">Network Capture</a></h3>
<p>Record network traffic for HTTP/HTTPS requests coming from your native applications.</p>
</div>
</div>
<div className="box-wrapper" markdown="1">
<div className="box box1 card">
<div className="container">
<h3><a href="/mobile-apps/features/network-capture/">Network Capture</a></h3>
<p>Review debugging logs coming from your application or debug device logs.</p>
</div>
</div>

§
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading