Add Test Data to Landing Page for E2E Tests

This commit adds a RSS feed and test image to the landing page, which
can be used in the E2E tests.
This commit is contained in:
ricoberger
2025-05-02 14:35:09 +02:00
parent 4b9683d5b6
commit eb331f1540
2 changed files with 15 additions and 0 deletions

15
landing/public/testdata/feed.xml vendored Normal file
View File

@@ -0,0 +1,15 @@
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>FeedDeck</title>
<link>https://feeddeck.app/</link>
<description>Follow your RSS and Social Media Feeds</description>
<item>
<title>Test Data</title>
<link>https://feeddeck.app/testdata/feed.xml</link>
<description>Test Data for the FeedDeck E2E Tests</description>
<pubDate>Fri, 02 May 2025 14:00:00 +0200</pubDate>
<guid>7d72145e-d750-43ff-8eaa-95256231a61f</guid>
<content:encoded><![CDATA[<p><img src="https://feeddeck.app/testdata/image.jpg" /><br/><br/>Test Data for the FeedDeck E2E Tests with an Image and <b>HTML Formatted Content</b>.</p>]]></content:encoded>
</item>
</channel>
</rss>

BIN
landing/public/testdata/image.jpg vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 MiB