Skip to content

samm3r/frontend-feedreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Reader Testing Project

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.

Instructions

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.

About the tests

  • 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

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published