Skip to content

Support for conditional test for REST API Automation  #28

Open
@crazi-coder

Description

@crazi-coder

Problem statement 💡
For most of the API testing, we have to take the discussion based on the previous API response,
Example:

- test:
  url: '/api/v1/users'

If the user logs in with a given token we can proceed else we may need to call the login API to get the new token and call the same API. This use case is mainly for automation tests.

Solution would be 🤔
Somehow we need to have a good template to do the automation so that we can define which API should call when!.

Please Vote or add your thought process as a comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions