Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kwagner91/feed-reader-testing
Testing a web-based application that reads RSS feeds with Jasmine
https://github.com/kwagner91/feed-reader-testing
jasmine jasmine-tests javascript udacity-nanodegree
Last synced: 23 days ago
JSON representation
Testing a web-based application that reads RSS feeds with Jasmine
- Host: GitHub
- URL: https://github.com/kwagner91/feed-reader-testing
- Owner: KWagner91
- Created: 2018-05-15T08:09:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-28T09:17:53.000Z (about 6 years ago)
- Last Synced: 2024-11-12T01:21:14.529Z (3 months ago)
- Topics: jasmine, jasmine-tests, javascript, udacity-nanodegree
- Language: JavaScript
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feed Reader Testing using Jasmine
Write test suites using Jasmine for a Feed Reader, part of Udacity Course "Front-End Web Developer Nanodegree Program":
> 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 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.Udacity provided a pre-existing application for which Jasmine was used to write a number of tests.
# Instructions
"Clone in Desktop" or "Download ZIP"
- Open the folder
- Open index.html in your preferred browser
- Jasmine Test Results will be displayed at the bottom of the screenIf you want to edit Jasmine tests yourself, please ensure that you have [node.js](https://nodejs.org/en/download/package-manager/) and [Jasmine 2.1](https://github.com/jasmine/jasmine) installed
# Project Specifications
- Jasmine 2.1 to write tests
- Object-oriented programming and DOM Manipulation with JavaScript# Have Fun!