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
Is there a way to test endpoints that require an authentication token? How can I authenticate and pass the authentication token to subsequent tests?
The text was updated successfully, but these errors were encountered:
NathanNeves
changed the title
[Question] There is a way to make authenticated integration tests
[Question] Is there a way to make authenticated integration tests ?
Apr 2, 2024
Hi, yes, it's possible as you can inject variable with value from a previous step. It really depends on your usecase, which executor, etc... If it's to test a http webapp, the executor http is ok to inject variable as header for example. And if an existing executor is not enough, you should be able to do what you want with the exec executor.
Great tool!
Is there a way to test endpoints that require an authentication token? How can I authenticate and pass the authentication token to subsequent tests?
The text was updated successfully, but these errors were encountered: