Pandimadhubabu / FeedReader-Jasmine-Test-Suite

Use jasmine and jasmine-jquery to write test cases for a web-based application that reads RSS feeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feed Reader Testing Project

Testing the Feed Reader app using Javascript testing framework Jasmine.

Reference

How to run this test

  • Download or clone the project from here

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 https://github.com/Maccauhuru/FeedReader-Jasmine-Test-Suite.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

Use jasmine and jasmine-jquery to write test cases for a web-based application that reads RSS feeds.


Languages

Language:JavaScript 97.1%Language:HTML 1.5%Language:CSS 1.4%