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.
- Host: GitHub
- URL: https://github.com/wlsf82/protractor-style-guide
- Owner: wlsf82
- Created: 2016-02-25T01:37:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-08T12:45:33.000Z (over 4 years ago)
- Last Synced: 2025-04-23T08:14:29.128Z (6 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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