Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miriarte33/jasmine-feedreader-testing
Practice using the Jasmine testing framework as part of the Udacity Front-End nanodegree program.
https://github.com/miriarte33/jasmine-feedreader-testing
Last synced: about 15 hours ago
JSON representation
Practice using the Jasmine testing framework as part of the Udacity Front-End nanodegree program.
- Host: GitHub
- URL: https://github.com/miriarte33/jasmine-feedreader-testing
- Owner: miriarte33
- Created: 2018-07-08T21:43:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T14:11:01.000Z (over 6 years ago)
- Last Synced: 2023-12-26T20:54:52.102Z (11 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Overview
In this project you are given a web-based application that reads RSS feeds. The original developer of this application clearly saw the value in testing, they've already included [Jasmine](http://jasmine.github.io/) and even started writing their first test suite! Unfortunately, they decided to move on to start their own company and we're now left with an application with an incomplete test suite. That's where you come in.
## To Run ##
Simply clone the repository and open index.html in the browser. To edit/add tests, go edit ```jasmine/spec/feedreader.js```.
## Resources ##
Jasmine Library in order to be able to write my own tests. Everything was provided to us by Udacity as part of the Front-End nanodegree program.