https://github.com/matildevoldsen/feedreader
https://github.com/matildevoldsen/feedreader
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/feedreader
- Owner: Matildevoldsen
- Created: 2018-01-08T17:06:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T00:34:53.000Z (over 8 years ago)
- Last Synced: 2025-10-26T04:27:29.694Z (7 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.