How to change the Endpoint Default Auth Credential

Hey There! I’m a newbie here but I was wondering where does that default come from? Is there a way I can change that?

I have a Test Scenario with 26 test cases and each of them will use the same api-key as the authorization, but I’m not being able to figure out how to set a variable so that I set manually to every test, or if possible, I would maintain them with the option “Use Default Auth Credential” and just change that on that environment as needed.

Once again, sorry if I’m being stupid, I’m a new here and couldn’t find a better way to do that on the documentation, any ideas?

Here’s how you can set it up:

In your API root directory, set the Auth value as {{variable}}, then set the interface Auth to “Inherit from parent”. Save this variable in your environment variables.

When running test scenarios, it will automatically use this variable. If any steps require different auth, you can modify them individually.

If you need further help, please share some screenshots of your setup and usage scenario so we can provide a better solution.

Thank you so much! Got it :smile: