It is a web-based application that reads RSS feeds. In this project testing is being performed using the Jasmine Test Framework. Jasmine is included in the project and can be found in the /jasmine/spec folder.
- Download the files or press the clone button and copy the link to the clipboard
- Open the terminal and write command cd
/usr/name-of-folderto select the directory - Write
git cloneand paste the link by pressing ctrl+shift+v or cmd+shift+v (on Mac) and press enter - open index.html
- Jasmine test suite results can be seen below the blog.
- If they all are green, then our test cases are satisfied.
- Below are the tests in
feedreader.jsfile:
- Must be defined
- Each contain an url and is not empty
- Each contain a name and is not empty
- The side menu is hidden by default
- Menu is visible when the menu icon is clicked
- Visibility toggles when the icon is clicked again
- Atleast 1 feed entry is displayed after the API call
- The feed content changes if a new feed is selected from the menu
- JavaScript Testing Framework Jasmine
- jQuery
Change whatever and do whatever you want with it. Make it your own. :)
Licensed under MIT License details here