This project is a part of my nano-degree from Udacity.
The Feedreader contains a menubar with dynamic loading links to a new feed. Beside that there's a list of articles, tutorials, and blog posts.
This project tests everything from if the menu bar is clickable to the content has loaded.
This project tests all of these functions:
- URL is not empty.
- URL is defined.
- Name is not empty.
- Name is defined
- Allfeeds array not to be empty.
- Check if the menu is hidden by default.
- Check if the menu is clickable and will appear afterwards
- Check if the content is loaded.
- Check if the new content is loaded.
To install this project please download all files from the repo.
To open the app right click on the HTML file and open with preferred browser, or drag the file into the search field in the browser.
This project uses Jasmine to tests it's functionality.