bpcoxjr / thinkful-protractor-app

URL shortening app similar to bit.ly w/protractor tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thinkful Protractor

Installation

  1. Install npm and gulp globally.
  2. Clone the repo and hop into the directory.
git clone git@github.com:Thinkful/thinkful-protractor-app.git
cd thinkful-protractor-app
  1. Run npm install.
  2. Then run gulp install.
  3. Then run gulp.
  4. Open the website at localhost:8888.

Testing

This application is designed to run Protractor tests.

Running Protractor Tests

  1. Open a terminal session and run webdriver-manager start
  2. Open another session and run gulp serve:test in the same directory as the application.
  3. Open yet another session and run gulp test:e2e to fire off the Protractor tests.

About

URL shortening app similar to bit.ly w/protractor tests


Languages

Language:JavaScript 72.8%Language:HTML 17.8%Language:CSS 9.5%