Replies: 1 comment 2 replies
-
Hey @vinclou 👋, https://github.com/pankod/refine/blob/next/packages/antd/test/index.tsx#L28 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There's an example of using Refine with e2e cypress setup, but would it be possible to create one for integration testing? Specifically, creating a custom render function with the wrapper that includes Refine's integrated providers. The closest example I found is https://github.com/pankod/refine/blob/next/packages/core/test/index.tsx in the core test-lib. I agree that cypress can cover many areas in the app, but if you want Integration testing, there's barely any info on how to set one up.
I can attempt to make a PR about it if you could guide me through the possible problem space.
Beta Was this translation helpful? Give feedback.
All reactions