You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature requests modification of the test framework currently implemented to allow usage of headers when writing tests. This would allow for usage of credentials other than admin when writing tests. This would grant more flexibility especially for security related APIs.
What solution would you like?
ability to use credentials other than admin when writing tests for APIs.
DarshitChanpura
changed the title
[FEATURE] Add support for using a different credentials than admin when writing tests
[FEATURE] Add support for passing headers when writing tests
Jul 18, 2024
Since the username and password can be included in the headers for authorization, we should add the ability to specify the headers in test stories. It will be needed in the future and will also resolve this.
Is your feature request related to a problem?
This feature requests modification of the test framework currently implemented to allow usage of headers when writing tests. This would allow for usage of credentials other than admin when writing tests. This would grant more flexibility especially for security related APIs.
What solution would you like?
The text was updated successfully, but these errors were encountered: