Skip to content

jwahdatehagh/frontend-nanodegree-feedreader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed reader testing

In this project i was asked to write tests for a web based feed reader.

The tests were created using the Jasmine testing library.

To run the app with the tests download this repository and open the index.html file in your browser of choice. You can find the code for the tests within /jasmine/spec/feedreader.js.

Tests

  • RSS Feeds

    • ✓ are defined
    • ✓ all have a valid URL
    • ✓ all have a valid name
  • The menu

    • ✓ is hidden by default
    • ✓ can be opened and closed
  • Initial Entries

    • ✓ are present
  • New Feed Selection

    • ✓ results in new feeds being loaded

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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