joewright / protractor-test

Minimal config needed to test a protractor install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

protractor-test

Minimal config needed to test a protractor install

Setup

Install nodejs and the JDK. Clone this repo and run

npm run setup

Running the test

In a separate shell, start webdriver-manager

npm run webdriver-manager

Run the protractor test

npm run protractor

If that passes, you win.

About

Minimal config needed to test a protractor install


Languages

Language:JavaScript 100.0%