Skip to content

hchiam/learning-protractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

learning-protractor

Just one of the things I'm learning. https://github.com/hchiam/learning

npm install -g protractor
protractor --version
webdriver-manager update

When you want to run tests, first run this:

webdriver-manager start

And then in a separate CLI/terminal tab, run this:

protractor conf.js

Inside conf.js, you can set it to use port 8000 (instead of 4444) and then use this terminal command:

webdriver-manager start --seleniumPort 8000

Description of Protractor: https://www.protractortest.org/

More Usage Examples: https://www.protractortest.org/#/tutorial

About

Learning Protractor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published