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
Note: This issue is dependent on the #77 which implements the Basic UI Layout for the authentication tab
Given the user is on the Authentication tab
When the user selected API Key Authentication as type
Then the user should be able to see two text fields for Key and Value to input the credentials
Given the user selected the API Key Authentication as type and Added the credentials
When the user triggers the request
Then the request should be sent with given Key and Value in headers
Note: This issue is dependent on the #77 which implements the Basic UI Layout for the authentication tab
Given the user is on the Authentication tab
When the user selected API Key Authentication as type
Then the user should be able to see two text fields for Key and Value to input the credentials
Given the user selected the API Key Authentication as type and Added the credentials
When the user triggers the request
Then the request should be sent with given Key and Value in headers