In this project you will see an application that reads RSS feeds from different fonts. Our main objective with this project is to create a consistent test suit with Jasmine. Testing is an important part of the development work. Trough them we can automatic check if our application is working properly or if we have something out of place.
Clone the repository:
https://github.com/samm3r/frontend-feedreader
or download the project to your computer
Installing
Inside the project directory run npm install
in the Terminal.
Open in a Browser
Open the index.html file in your favorite browser.
- Tests for allfeeds has been defined and that it is not empty
- Tests for allFeeds have a url and that the url is not empty
- Tests for allFeeds have a name and that the name is not empty
- Searches for the class of 'menu-hidden' in the body tag and checks that the menu is hidden
- Toggles on click event if the menu appears or disappears
- Tests if the loadFeed function has at least a single '.entry' within the '.feed' container
- Tests to see if two entries are not equal
- Sammer Soares - GitHub Account