The database creation needs to execute, rebuild the database, and reseed the data each and every time so that schema and data is guaranteed to be in specific state for each integration test sets. Meaning CustomerRepositoryTests and ProductRepositoryTest
should not impact each other in anyway.
↧