Join Discord
Powered by
Do you have any examples of writing automated test...
# support-questions-legacy
m
Morgante Pell
08/22/2022, 10:51 PM
Do you have any examples of writing automated tests with supertokens? Note I purely want to test the backend session management, not the client-side. I've tried using
superagent
but it seems cookies aren't being properly handled.
r
rp_st
08/23/2022, 4:14 AM
Hey! Yea. Have a look at how we write tests for our node SDK. Like
https://github.com/supertokens/supertokens-node/blob/master/test/session.test.js
m
Morgante Pell
08/23/2022, 6:38 AM
Thanks, that helped! I got tests working nicely.
r
rp_st
08/23/2022, 6:38 AM
Awesome!
Previous
Next