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:
I managed to solve it by:
- exporting refine/cypress/support/e2e.ts
- creating fixCypress.ts in refine/examples/specific-example and importing mentioned export
- pointing cypress.config.ts: supportFile (in specific example) to newly created fixCypress.ts