shashankshampi / Feed-Reader-Testing

# Testing using Jasmine A Udacity FEND project This project demonstrates browser based testing using [Jasmine](https://jasmine.github.io/).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing using Jasmine

A Udacity FEND project This project demonstrates browser based testing using Jasmine.

Feed Reader Testing Project

Testing the Feed Reader app using Javascript testing framework Jasmine.

Reference

How to run the this locally

Option-1 - Simple:

  • Click "Clone in Desktop" / "Download ZIP"
  • Open the folder
  • Open index.html on your preferred browser
  • There should be several test results at the bottom of the screen that says "~ specs, ~ failures"

Option-2 Using Terminal and Node.js:

  • Pre-requisite : Install node.js, npm, and git
  • Clone this repo. Open your terminal and run git clone git@github.com:yhagio/udacity-feedreader-test.git
  • Install http-server by npm install -g http-server
  • Then run http-server in terminal inside the root of the cloned repo.
  • Go to the URL http://localhost:8080/ in browser.

About

# Testing using Jasmine A Udacity FEND project This project demonstrates browser based testing using [Jasmine](https://jasmine.github.io/).


Languages

Language:JavaScript 96.5%Language:HTML 1.8%Language:CSS 1.7%