hplush / slowreader

Web app to combine feeds from social networks and RSS and to help read more meaningful and deep content
https://dev.slowreader.app
GNU Affero General Public License v3.0
161 stars 37 forks source link

Add loader tests on OPML file #96

Closed ai closed 7 months ago

ai commented 8 months ago

We need a way to test that loaders are working on real websites.

The tool will test loaders by:

  1. Developer open their RSS reader and save all subscriptions to OPML file
  2. Then the developer run our script and pass the path to that OPML file
  3. This script takes every RSS feed from OPML file and test that it could parse it and find it from website home

To finish the task:

Use colors output by picocolors. You can use nanospinner for loading spinner.

pekac commented 8 months ago

I'd like to take this one, if it's ok?

ai commented 8 months ago

Thanks. This task blocks some other, so your help here will be very useful.