In this project you are given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included Jasmine and even started writing their first test suite! Unfortunately, they decided to move on to start their own company and we're now left with an application with an incomplete test suite. That's where you come in.
- Clone the repository using git clone https://github.com/Eche24/feed-reader-testing.git .
- Open index.html in your browser.
- Tests to make sure that the allFeeds variable has been defined and that it is not empty.
- Loops through each feed and determines if the URL is defined and not empty.
- Loops through each feed and determines that each feed has a name and not empty.
- Ensures the menu element is hidden by default.
- Test that ensures the menu changes visibility when the menu icon is clicked.
- Tests that there is at least one entry in feed.
- Test that ensures when a new feed is loaded by the loadFeed function that the content actually changes