Hi,
I am using nodejs server, I want to write e2e tests.
I need a way in my tests to login and get the cookie information in order to do authenticated requests.
If I run in my tests
EmailPassword.signIn
I dont have the cookie info so i can use them for authenticated requests.
thanks