An open API service indexing awesome lists of open source software.

https://github.com/matildevoldsen/feedreader


https://github.com/matildevoldsen/feedreader

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# FeedReader Testing

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.

## Test
This project tests all of these functions:
### RSS Feed
- URL is not empty.
- URL is defined.
- Name is not empty.
- Name is defined
- **Allfeeds** array not to be empty.

### Menu Bar
- Check if the menu is hidden by default.
- Check if the menu is clickable and will appear afterwards

### Content Loaded
- Check if the content is loaded.
### Switch Content
- Check if the new content is loaded.
## Installation

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.

### Jasmine
This project uses [Jasmine](https://jasmine.github.io) to tests it's functionality.