macool / protractor-test-specs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protractor test specs

How to

### Install gulp

  npm install -g gulp

Run the specs

  1. Start the Selenium server:
gulp webdriver

or

./node_modules/.bin/webdriver-manager start
  1. Open a new terminal and run Protractor:
gulp

or

./node_modules/.bin/protractor protractor.conf.js

About


Languages

Language:JavaScript 100.0%