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.opml
for the structure of.opml
file. -
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 test
A small helper to run posts loading for specific feed.
cd loader-tests/
pnpm run url URL
A small helper to run feed searching for specific feed.
cd loader-tests/
pnpm run home URL HOME_URL