DJ
Is there any way to mock cookies using testing helpers?
Cookie is a string returned by the backend via response headers (Set-Cookie). In the production environment, the browser will automatically send cookies. Only in the test environment, I will manually add Cookie to the headers. For me this solve the problem.
6 replies