Skip to content

wlsf82/protractor-style-guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️ This project has been deprecated. ⚠️

This project is an example of some items in the Protractor's style guide.

To install the project, run the below command into the root's project directory:

npm install

To run the tests:

  1. Open a new terminal and run Protractor:

./node_modules/.bin/protractor protractor.conf.js

To run the smoke test suite only, use the below command:

./node_modules/.bin/protractor protractor.conf.js --suite=smoke

The complete Protractor's style guide can be found here: http://www.protractortest.org/#/style-guide

About

This project is an example of some items in the Protractor's style guide.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published