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
For tests I am using testcontainers and kotest. On startup of testapplication I am creating dummy user( which will use real endpoint to login - function which cqn be used on repeat Some common functions) and then i am making other requests with real token. Don't see any problem with it
For tests I am using testcontainers and kotest. On startup of testapplication I am creating dummy user( which will use real endpoint to login - function which cqn be used on repeat Some common functions) and then i am making other requests with real token. Don't see any problem with it
I've been doing the same, minus kotest, this hasn't had an answer in a long time, I guess we might never receive an official way.
What would be a good pattern to test authenticated routes? Is it ok to generate real credentials? If not, how can you pass the authorization?
The text was updated successfully, but these errors were encountered: