Hey, how do you run cypress tests in

Hey, how do you run cypress tests in refine/examples? When I try to run cypress in any example, I get same error as in issue https://github.com/cypress-io/cypress/issues/8599.

I managed to solve it by:
  1. exporting refine/cypress/support/e2e.ts
  2. creating fixCypress.ts in refine/examples/specific-example and importing mentioned export
  3. pointing cypress.config.ts: supportFile (in specific example) to newly created fixCypress.ts
Is anyone else encountering same error or am I doing something wrong?
Was this page helpful?