Skip to content

Scenarios limitation for Services with shared URL #108

Description

@texocoyotl

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions