Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 451 Bytes

Protractor Extends PO

This library extends the possibilities of working with protractor page objects

Get Started

npm install protractor-ext-po --save-dev

let protractor-ext-po = require('protractor-ext-po');

Run test examples

Install globally grunt CLI: "npm install grunt-cli -g" Install globally protractor "npm install protractor -g" Run "npm install" Run "node node_modules/protractor/bin/webdriver-manager update" Run "grunt test"