Skip to content

yuyi1000/frontend-nanodegree-feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

This feed reader is a web-based application that reads RSS feeds. It uses Google Feed Reader API to grab RSS feeds as JSON objects under the hook. I added four test suites: RSS Feeds - checking validity of each feed and its URL and name, The Menu - checking if the menu is hidden by default and shown by clicking on it, Initial Entities - checking if at least one item is within a feed container, and lastly, New Feed Selection - checking if content changes when a new feed comes.

sample of feed reader testing

How to run this project

Simply open "index.html" file in the browser and you should see 7 specs have been passed and 0 fails in the Jasmine framework at the bottom of the page.

About

Testing feed reader with Jasmine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 1.8%
  • CSS 1.7%