Hello there! Consider a monolithic application where: Actions can generally only be performed via the UI. The UI can’t be decoupled from backend functionality. The majority of backend functionality can’t be triggered via API. The application relies on scheduled jobs to process data. The application stores everything in a single database. If you were tasked with finding a way to set up integration tests for such a system, how would you approach it?