problems performing e2e tests #3963
Unanswered
Gabriel-Passoss
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use drizzle together with vitest to run my e2e test pipeline. When I run a test file individually it works, when I run a test suite it says foreign key, signaling that there are problems with data duplication.
My setup file contains instructions to reset the database data before each test and after all tests, but the problem persists.
If someone has implemented a different setup to run end-to-end tests that might solve the problem, it is also welcome.
Beta Was this translation helpful? Give feedback.
All reactions