Integration tests for each social network or news format.
This project allows testing of different types of web feed aggregators on the Internet and provides assurance that our reader can load tests from real feeds.
Test that Slow Reader can work with all feeds from your RSS reader by using OPML feeds export.
-
Check out
example.opmlfor the structure of.opmlfile. -
Once in the root you can run:
pnpm check-opml PATH_TO_YOUR_FILE.opml
Test that Slow Reader can work with different feeds from popular blogging platforms.
cd loader-tests/
pnpm testA small helper to run feed searching for specific feed.
cd loader-tests/
pnpm run feed URL HOME_URLA small helper to run posts loading for specific feed.
cd loader-tests/
pnpm run url URL