mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-11 17:47:47 -05:00
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:
15
landing/public/testdata/feed.xml
vendored
Normal file
15
landing/public/testdata/feed.xml
vendored
Normal 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
BIN
landing/public/testdata/image.jpg
vendored
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.6 MiB |
Reference in New Issue
Block a user