You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Vitals enables memory, cpu, performance stats alongside UI interactions during the session.
1455
+
Vitals enables memory, cpu, performance stats alongside UI interactions during the session.[`resigningEnabled`](#resigningenabled) needs to be enabled if this is set to `true`.
Enables capturing and inclusion of detailed stack traces in the test results, providing insights into any application crashes that occur during testing.
1523
+
Enables capturing and inclusion of detailed stack traces in the test results, providing insights into any application crashes that occur during testing.[`resigningEnabled`](#resigningenabled) needs to be enabled if this is set to `true`.
Copy file name to clipboardexpand all lines: docs/mobile-apps/features/mobile-app-diagnostics/device-vitals.md
+10-4
Original file line number
Diff line number
Diff line change
@@ -19,18 +19,24 @@ Device Vitals is a functionality that allows you to debug and observe an app’s
19
19
20
20
## Using Device Vitals for Real Devices
21
21
22
-
To use Device Vitals, you must ensure that the functionality is enabled for your app.
22
+
To use Device Vitals, you must ensure that the functionality is enabled for your app. You need to specify this separately for your Live and Automated tests.
23
23
24
+
### Upload Your App
24
25
1. In Sauce Labs, from the left navigation, click **App Management**.
Now you can start your live or automated testing session. Your Device Vitals will be captured and be part of your test results.
36
+
Now you can start your live testing session. Your Device Vitals will be captured and be part of your test results.
37
+
38
+
### Enabling Device Vitals for an Automated Test
39
+
After you’ve uploaded your app, follow the [test configuration](/dev/test-configuration-options/#resigningenabled) instructions. Once you run your automated test the Device Vitals will be captured and be part of your test results.
0 commit comments