Open
Description
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