Test Plans for the Runner #2292
Frankenleg
started this conversation in
Ideas
Replies: 2 comments
-
+1, missing key feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Someone suggests the idea to have tags for requests (in meta for example, see #1039) and have the ability to launch the runner with params "include theses tags" and/or "exclude these tags". Is it the same kind of idea as yours ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Goal:
Run only specific API calls during specific testing scenarios.
Need:
I need to run regression testing in a production API release. I know this is not ideal, but my reality is we don't own some of the other microservices deployed in tandem with our APIs. When doing the regression testing, I don't want to send certain post/put requests to update production data. I think this could also be useful for other specific use cases as well. Production/Quality environments, new feature development, etc. I currently have to re-organize these requests into specific folders, which is not ideal for organization.
Ideas:
Possible Examples:
OR
Beta Was this translation helpful? Give feedback.
All reactions