https://cypress.io logo
Thanks! will try that just to make sure I'm gettin...
# e2e-testing
f
Thanks! will try that just to make sure I'm getting the right stuff. I actually need to do this in a CI pipeline eventually, so what I need is for Cypress to be able to receive that response, set the customer ID to a variable so that later it can change account info by
cy.request
to an e2e endpoint that uses that customer ID number. Is there a way to make that visible to cypress so I can use it in this way?