Skip to content
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

Scenarios limitation for Services with shared URL #108

Open
texocoyotl opened this issue Feb 12, 2019 · 0 comments
Open

Scenarios limitation for Services with shared URL #108

texocoyotl opened this issue Feb 12, 2019 · 0 comments

Comments

@texocoyotl
Copy link

We have been using Mockey to test our features, but currently we got stuck on testing some services with multiple actions per URL, such as this:

GET http://my.host.com/product
POST http://my.host.com/product

The only difference between both of them is a JSON we send as part of the body for the POST call. We can create two different scenarios for a single service that matches that URL, but each time we want to test the whole flow of our feature, we have to manually turn ON the scenario we want to call.

How can we achieve testing both at the same time? I cannot find an answer through filtering or with the conditional rules. Is there a way we can have both scenarios "active" at the same time so we can test the screens flow of getting and adding items without having to manually modify the ON flag?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant