Skip to content

dzuvic/structured-protractor-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

structured-protractor-example

Small example showing how to move e2e tests into a module.

For full explanation see here: http://blog.thecodecampus.de/structured-protractor-end-to-end-tests/

Steps to run this example:

Execute the following:

npm install 
./node_modules/protractor/bin/webdriver-manager update
./node_modules/protractor/bin/webdriver-manager start
./node_modules/protractor/bin/protractor         

protractor doesn't need to be installed globally, but it's handy if it is.

You can stop the selenium web driver gracefully using the following command / URL:

curl http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

About

Small example showing e2e tests moved into a module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published