kappakp
kappakp
apologies, i didnt actually know if it was a bug, i can update it! EDIT: @mfrachet I have updated my template, let me know if i can help further
fixed the following port issue (only) with this code in the `cypress.config.ts` ``` on('before:browser:launch', (_browser, launchOptions) => { prepareAudit(launchOptions); }); ```
My question is sort of related to this: Is there a way to actually parse out 1 value inside a given header example: postman gives me this response header `X-Pagination...
@LeonardoGonzales you are the man dude, that worked flawlessly how about extracting the TotalCount key and not the value.
@LeonardoGonzales 2 for 2 I LIKE IT THANKS MAN!
@jennifer-shehane Yes i am having the same exact issue but with `const recurse = Cypress.require('cypress-recurse');` I have the exact same cypress.config .. I am on 14.0.0
having the same issue, @cypress where yall at