Question re Playwright e2e database resets #321
Unanswered
realSergiy
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there!
I am looking into the database resets as per the README.
My understanding is that resetDatabase is running after every test doing:
The above means we are not resetting the testDb. Just cloning it back and forth after every test.
Instead, shouldn't the following happen:
before all:
after each:
after all:
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions