Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 526 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 526 Bytes

protractor-sample

Installation-pre Reqs

install node: https://nodejs.org/en/download/

clone repo

Create a .env file in your app's root directory and add the environment variables each on new line:

username=abc@abc.com
password=efg123

Installation

inside root

npm install

Usage - Run the spec from root

run the e2e spec:

npm run e2e

or

protractor protractor.conf.js

or

npm run e2e -- --config ./protractor.conf.js --suite YOUR_SUITE_NAME