Skip to content

Commit

Permalink
Update network-capture.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofmuhi authored Sep 2, 2024
1 parent aa38939 commit 89ae63d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/mobile-apps/features/network-capture.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<img width="436" alt="image" src="https://github.com/user-attachments/assets/99f10a13-df8d-496e-9e34-36697b492712">---
id: network-capture
title: Network Traffic Capture
---
Expand Down Expand Up @@ -168,6 +168,12 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \

## Instrumented Network Traffic Capture

:::note Android Only

For Android applications, a minor modification in the manifest is necessary to disable SSL pinning and accept our own certificate by your application.

Check warning on line 173 in docs/mobile-apps/features/network-capture.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/mobile-apps/features/network-capture.md#L173

[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
Raw output
{"message": "[sauce.EOLWhitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/mobile-apps/features/network-capture.md", "range": {"start": {"line": 173, "column": 151}}}, "severity": "WARNING"}

:::

To enable network traffic capturing in your tests:

1. On Sauce Labs, click **Live** > **Mobile App**.
Expand All @@ -189,7 +195,6 @@ Now you can start your live or automated testing session. Your network logs will

- Android Emulators
- iOS Simulators
- Hybrid Applications in automated tests (React Native, Cordova, Flutter)
- Android Chrome Browser in automated tests
- iOS Safari Browser in automated tests

Expand Down

0 comments on commit 89ae63d

Please sign in to comment.