-
Notifications
You must be signed in to change notification settings - Fork 365
Enhance intercept api command #9623
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
Enhance intercept api command #9623
Conversation
a3e6ca6
to
c695ff5
Compare
cc @Fryguy do you have any thoughts on this way to do some mock/stubbing the result of an intercepted request? |
c695ff5
to
068c59a
Compare
068c59a
to
27f2bc8
Compare
LGTM, merging. I'm not quite sure how to use it yet so I think as you use it, it should probably help demonstrate the usability and help us revise as needed. |
If the request isn't guaranteed to fire for example, in tree navigation where clicking an already-selected node may not trigger a request then you should set the
If the request is guaranteed to fire, such as from a button click, you can leave the
|
@GilbertCherrie @elsamaryv Please review this PR, especially, the summary of usage on the last comment. Thanks! |
PR to enhance interceptApi command:
@miq-bot assign @jrafanie
@miq-bot add-label cypress
@miq-bot add-label enhancement