networkLogsOptions & interactiveDebugging#10236
Merged
christian-bromann merged 1 commit intowebdriverio:mainfrom Apr 21, 2023
Merged
networkLogsOptions & interactiveDebugging#10236christian-bromann merged 1 commit intowebdriverio:mainfrom
christian-bromann merged 1 commit intowebdriverio:mainfrom
Conversation
Add support for 2 more of BrowserStack's capabilities. networkLogsOptions --> This lets you view the Response tab of the Network Logs tab inside the post-session details. Useful for analytics testing. interactiveDebugging --> I noticed iOS has this enabled when I run tests but not Android. Figured this might help guarantee access to this feature during a run.
|
|
christian-bromann
approved these changes
Apr 21, 2023
Member
christian-bromann
left a comment
There was a problem hiding this comment.
Awesome, LGTM 👍
Congratulations on your first WebdriverIO contribution! This project can't live without the participation of the community. We would love to see more from you, so let us know if we can help to find interesting areas for you to contribute to. We appreciate you 🙏 ❤️
Member
Thanks for the offer but no need. Testing all types would be overkill 😉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed changes
networkLogsOptions--> This lets you view the Response tab of the Network Logs tab inside the post-session details. Useful for analytics testing.interactiveDebugging--> I noticed iOS has this enabled when I run tests but not Android. Figured this might help guarantee access to this feature during a run.Types of changes
Checklist
Further comments
If you want me to add a test for this, I can. I didn't see any outside of the
isBrowserStackCapabilityunit test inutil.test.ts.Reviewers: @webdriverio/project-committers