Skip to content

psdcode/frontend-nanodegree-feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing

Instructions for launching tests

  1. Clone this repo or download and unzip so that you have its directory on your computer at the location of your choice.

  2. Open index.html in your browser.

  3. Jasmine tests will run automatically. Scroll to the bottom to see the results.

Summary of tests

  1. RSS Feeds
  • are defined
  • have URL defined and not empty
  • have name defined and not empty
  1. The menu
  • element is hidden by default
  • changes visibility when the menu icon is clicked
  1. Initial Entries
  • consists of at least 1 .entry element in .feed container when loadFeed called
  1. New Feed Selection
  • causes content to change

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • HTML 1.9%
  • CSS 1.7%