Skip to content

Files

Latest commit

fa48ac2 · Mar 4, 2015

History

History
This branch is 1722 commits behind SchizoDuckie/DuckieTV:angular.

tests

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 4, 2015
Jan 11, 2015
Jan 11, 2015
Mar 4, 2015
Mar 4, 2015
Jan 10, 2015
Mar 4, 2015
Jan 13, 2015
Jan 13, 2015
Jan 15, 2015

End2End and unit testing with Protractor and Karma

Based loosely (to get started) on https://github.com/angular/protractor/blob/master/docs/tutorial.md

Usage

Install Karma, The Chrome Driver, Protraktor and all other testing dependencies by typing npm install

To run Karma tests:

  • on PhantomJS: type npm test
  • on Chrome (For debugging) type karma start

To run Protractor tests:

  • Make sure you run apache on localhost
  • make sure that duckietv runs on http://localhost/duckietv/
  • type protractor in the duckietv root directory
  • behold the magic

Current build status: Build Status

Travis-CI Details: https://travis-ci.org/SchizoDuckie/DuckieTV