-
Notifications
You must be signed in to change notification settings - Fork 102
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
Update Network Capture with new system-wide solution #2919
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comments which cannot be posted as a review comment to avoid GitHub Rate Limit
vale
docs/mobile-apps/features/network-capture.md|91 col 6| [sauce.Headings] 'Requests table' should use title case capitalization.
docs/mobile-apps/features/network-capture.md|102 col 139| [sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
docs/mobile-apps/features/network-capture.md|106 col 6| [sauce.Headings] 'Waterfall chart' should use title case capitalization.
docs/mobile-apps/features/network-capture.md|111 col 6| [sauce.Headings] 'Request details' should use title case capitalization.
docs/mobile-apps/features/network-capture.md|112 col 144| [sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
docs/mobile-apps/features/network-capture.md|117 col 136| [sauce.EOLWhitespace] Remove whitespace characters from the end of the line.
docs/mobile-apps/features/network-capture.md|217 col 6| [sauce.Headings] 'iOS' should use title case capitalization.
docs/mobile-apps/features/mobile-app-diagnostics/network-capture-old.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/features/mobile-app-diagnostics/network-capture-old.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/features/mobile-app-diagnostics/network-capture-old.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/features/mobile-app-diagnostics/network-capture-old.md
Outdated
Show resolved
Hide resolved
docs/mobile-apps/features/mobile-app-diagnostics/network-capture-old.md
Outdated
Show resolved
Hide resolved
Deploy preview ready for 2919! |
1 similar comment
Deploy preview ready for 2919! |
Deploy preview ready for 2919! |
Deploy preview ready for 2919! |
Deploy preview ready for 2919! |
5. For Automated Testing only: add the networkCapture capability to your test script. Click the link below corresponding to your framework: | ||
|
||
- [Appium](/dev/test-configuration-options/#saucelabsnetworkcaptureenabled) | ||
- [Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets call out this comes later
groupId="dc-url" | ||
defaultValue="us" | ||
values={[ | ||
{label: 'United States', value: 'us'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we even us-east?! hahaha
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's a myth
- [Appium](/dev/test-configuration-options/#saucelabsnetworkcaptureenabled) | ||
- [Espresso via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/espresso/#networkcapture) | ||
- [XCUITest via saucectl](/mobile-apps/automated-testing/espresso-xcuitest/xcuitest/#networkcapture) | ||
For Android devices, a minor modification in the manifest is necessary, but all required changes will be handled by us. This means no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets call out here that we need to modify the manifest file and call out this to ensure the SSL pinning is disabled, and that our certificate is accepted.
additionally call out we need the debug version of their app, and make sure that in the secureSDK repackaging prevention is disabled
Deploy preview ready for 2919! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a couple of comments.
Co-authored-by: Diego Molina <[email protected]>
Deploy preview ready for 2919! |
Deploy preview ready for 2919! |
Description
New system-wide network capture feature.
Motivation and Context
Update documentation to reflect the new solution.
Types of Changes