yorkittran / google-scraper

0 stars 0 forks source link

[Chore] Increase test coverage #14

Open olivierobert opened 1 year ago

olivierobert commented 1 year ago

Issue

Automated tests do not cover the core business logic (CSV upload, scraping).

Expected

While 100% test coverage is not required for this code challenge, all critical paths of the application should be unit-tested and, ideally, UI-tested.

Note The main challenge is to test the scraper reliably, i.e., it should not make network requests.