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

Provide "Disable inherit" for headers and tests for requests contained in Collections #1431

Open
shawnpyle opened this issue Nov 30, 2023 · 1 comment
Labels
feature request New feature or request

Comments

@shawnpyle
Copy link

shawnpyle commented Nov 30, 2023

Please describe feature/problem details and the solution you'd like.
Auth settings on a request within a collection can Disable inherit. I would love to see the same functionality for headers and tests.

image

It is often the case that we create default headers & tests on collections but want to override them in the collection. An example is that we often create JSON APIs but will have CSV requests interspersed. We'd like to have the collection have a set of JSON-related tests. However, they aren't able to be overridden when CSV responses are received.

image

Describe alternatives you've considered

  1. Put requests in a separate collection but other desired inherited features are not available.

Are you using the free version/paid version/trial:
Paid!

Thanks for considering.

@shawnpyle shawnpyle added the feature request New feature or request label Nov 30, 2023
@rangav
Copy link
Collaborator

rangav commented Dec 5, 2023

Thanks @shawnpyle for the feedback, Will review it.

Alternative Solution:
You can use script based Tests with conditional logic.

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

No branches or pull requests

2 participants