Replies: 1 comment
-
Potentially a duplicate of 7667. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to intercept all matching requests during my entire integration test pass in order to trace and report some performance stats from Cypress to OpenTelemetry. I'm getting the following error and the code in question is below as well. Any advice would be appreciated!
Error:
From setupNodeEvents in cypress.config.js:
From cypress/support/e2e.js:
Lastly here is a small test written to test it:
Beta Was this translation helpful? Give feedback.
All reactions