An open API service indexing awesome lists of open source software.

https://github.com/wlsf82/protractor-style-guide

This project is an example of some items in the Protractor's style guide.
https://github.com/wlsf82/protractor-style-guide

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

⚠️ **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