From f9b22750dced97a974005593909077d09b1129b9 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sat, 14 Feb 2026 18:21:54 -0800 Subject: test: mock RSS feeds in E2E tests --- scripts/mock_feed.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 scripts/mock_feed.xml (limited to 'scripts/mock_feed.xml') diff --git a/scripts/mock_feed.xml b/scripts/mock_feed.xml new file mode 100644 index 0000000..6bbe1c3 --- /dev/null +++ b/scripts/mock_feed.xml @@ -0,0 +1,22 @@ + + + + Mock Feed + http://localhost:9000/mock_feed.xml + A mock feed for testing purposes + + Mock Item 1 + http://localhost:9000/item1 + This is the first mock item. + Mon, 06 Sep 2024 16:45:00 +0000 + http://localhost:9000/item1 + + + Mock Item 2 + http://localhost:9000/item2 + This is the second mock item. + Mon, 06 Sep 2024 16:40:00 +0000 + http://localhost:9000/item2 + + + -- cgit v1.2.3