When running the integration tests more than once, the number of failed tests increases from 46 to 100+. The integration tests access the actual database used in production or what is used locally and change it. Since the tests fail, the database is changed, so it doesn't work as intended anymore.
Possible Suggested Solution
Change, so the tests run in an temporary database that will be deleted after the tests have been completed.
This issue will be expanded upon when further information is discovered.
Description
When running the integration tests more than once, the number of failed tests increases from 46 to 100+. The integration tests access the actual database used in production or what is used locally and change it. Since the tests fail, the database is changed, so it doesn't work as intended anymore.
Possible Suggested Solution
Change, so the tests run in an temporary database that will be deleted after the tests have been completed.
This issue will be expanded upon when further information is discovered.