Skip to content

Commit

Permalink
update with PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyi-sl committed Sep 3, 2024
1 parent 89ae63d commit 23eb756
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 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 @@ -94,8 +94,8 @@ Filter requests by their content type by selecting the desired category from the
The main table displays all captured requests with the following columns:
* Path: The name of the request. Hover over it to view the full resource, including the domain name.
* Domain: The domain of the request.
* Status: The HTTP status code.
* Method: The HTTP method used.
* Status: The HTTP/HTTPS status code.
* Method: The HTTP/HTTPS method used.
* Type: The MIME type of the requested resource.
* Size: The total size of the response headers plus the response body, as delivered by the server.
* Time: The total duration from the start of the request to the receipt of the final byte in the response.
Expand Down Expand Up @@ -170,7 +170,8 @@ curl -u "$SAUCE_USERNAME:$SAUCE_ACCESS_KEY" --location \

:::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.
For Android applications, a minor modification in the manifest is necessary to disable SSL pinning and accept our own certificate by your application.
In addition, we require the debug version of the application. If your application includes SecureSDK, please ensure the repackaging prevention feature is disabled.

Check notice on line 174 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#L174

[sauce.WordsToAvoid] Avoid usage of 'please'.
Raw output
{"message": "[sauce.WordsToAvoid] Avoid usage of 'please'.", "location": {"path": "docs/mobile-apps/features/network-capture.md", "range": {"start": {"line": 174, "column": 103}}}, "severity": "INFO"}

:::

Expand All @@ -186,6 +187,12 @@ To enable network traffic capturing in your tests:
- [Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture)
- [XCUITest via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#networkcapture)

:::note Coming soon

System-wide network capture for Automated Testing will be available soon.

:::

Now you can start your live or automated testing session. Your network logs will be captured and displayed in the test results page as well as during a Live Testing session with the Developer Options window.

### Limitations
Expand Down Expand Up @@ -241,6 +248,8 @@ viewer for your convenience.

Alternatively, some other commonly used HAR viewers include:

- [Charles Proxy](https://www.charlesproxy.com/)
- [Telerik Fiddler](https://www.telerik.com/fiddler)
- Chrome DevTools builtin [HAR imports](https://developer.chrome.com/blog/new-in-devtools-62/#har-imports)
- Google Admin Toolbox [HAR Analyzer](https://toolbox.googleapps.com/apps/har_analyzer/)
- Software is Hard blog [HTTP Archive Viewer](http://www.softwareishard.com/har/viewer/)
Expand Down

0 comments on commit 23eb756

Please sign in to comment.