Closed bhougland18 closed 1 month ago
Hello,
Is there an example of setting cookies for Req? I am using a Playwright Browser context and I would like to transfer the cookies to Req for api testing instead of using Playwrights built in request method.
At the moment you need to do it manually via cookie header.
Hello,
Is there an example of setting cookies for Req? I am using a Playwright Browser context and I would like to transfer the cookies to Req for api testing instead of using Playwrights built in request method.