Skip to content

kdp88/ps5-bot-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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