Hey! Does anybody know if a way to subscribe to in...
# e2e-testing
n
Hey! Does anybody know if a way to subscribe to internal events like this one (
wait:for:xhr
)? https://github.com/cypress-io/cypress/blob/276f0f8b54c5577e309fc4da11ebf31c42e14bd4/packages/driver/src/cy/commands/waiting.ts#L285
Cypress.on('wait:for:xhr')
doesn't seem to pick it up. Trying to create a custom command that acts on intercepted
xhr
calls. Thanks!