This commit is contained in:
2025-11-28 05:54:30 +01:00
parent f5ee240283
commit 0f5800441a
4 changed files with 268 additions and 65 deletions

View File

@@ -55,6 +55,11 @@ public class TroostwijkScraperTest {
@AfterEach
public void tearDown() {
// Clean up browser and cache
if (scraper != null) {
scraper.close();
}
// Clean up test database
File dbFile = new File(testDatabasePath);
if (dbFile.exists()) {