Skip to content

thenishant/Protractor-JavaScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protractor-JavaScript

Setup
npm install -g protractor

Then update your webdriver-manager, which is used to start the instance of the standalone server before running the tests
webdriver-manager update

start the server
webdriver-manager start

You can see information about the status of the server at
http://localhost:4444/wd/hub

Run the test
protractor conf.js

About

Repo to demonstrate a simple protractor test with JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published