Former-commit-id: 0f5800441a
This commit is contained in:
2025-11-28 05:54:30 +01:00
parent 92c5bd5d66
commit 9708a1bba7
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()) {